@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.copy {
  letter-spacing: 0.1em; }

.img_box {
  margin-bottom: 10%; }
  .img_box .mb_5 {
    margin-bottom: 5%; }
  .img_box.mb_5 {
    margin-bottom: 5%; }
  .img_box.mb_20 {
    margin-bottom: 20%; }

.txt {
  margin-bottom: 10%; }

.mini_title {
  font-size: 1.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 5%; }
  @media (min-width: 769px) {
    .mini_title {
      font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.9569471624 ); } }
  @media (min-width: 1280px) {
    .mini_title {
      font-size: 2.8rem; } }

.orange_txt {
  font-size: 1.7rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #ED9227;
  margin-bottom: 5%; }
  @media (min-width: 769px) {
    .orange_txt {
      font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 1.5655577299 ); } }
  @media (min-width: 1280px) {
    .orange_txt {
      font-size: 2.5rem; } }

.txt_attensiton {
  font-size: 1.5rem;
  text-align: justify; }
  @media (min-width: 769px) {
    .txt_attensiton {
      font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
  @media (min-width: 1280px) {
    .txt_attensiton {
      font-size: 1.6rem; } }

/*土地活用*/
#mansion .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10%; }
  #mansion .btn_wrap .btn {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2%; }
    #mansion .btn_wrap .btn a {
      max-width: 100%;
      width: 100%; }

/*賃貸住宅経営*/
#housing {
  padding-top: 10px;
  margin-top: -5px; }
  #housing .merit_wrap {
    margin-bottom: 15%; }
    #housing .merit_wrap .img_sp {
      width: 96%;
      margin: 0 0 3% auto; }
      #housing .merit_wrap .img_sp.reverse {
        margin: 0 auto 3% 0; }
    #housing .merit_wrap .flex_wrap {
      margin-bottom: 10%; }
      #housing .merit_wrap .flex_wrap .txt_box {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%; }
        #housing .merit_wrap .flex_wrap .txt_box .merit_number {
          font-size: 1.7rem;
          font-family: "Karla", Arial, Helvetica, "sans-serif";
          color: #ED9227;
          font-weight: bold;
          margin-bottom: -2%; }
          @media (min-width: 769px) {
            #housing .merit_wrap .flex_wrap .txt_box .merit_number {
              font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 0.5870841487 ); } }
          @media (min-width: 1280px) {
            #housing .merit_wrap .flex_wrap .txt_box .merit_number {
              font-size: 2rem; } }
        #housing .merit_wrap .flex_wrap .txt_box .merit_title {
          font-size: 1.7rem;
          margin-bottom: 1%;
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
          @media (min-width: 769px) {
            #housing .merit_wrap .flex_wrap .txt_box .merit_title {
              font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 1.5655577299 ); } }
          @media (min-width: 1280px) {
            #housing .merit_wrap .flex_wrap .txt_box .merit_title {
              font-size: 2.5rem; } }
        #housing .merit_wrap .flex_wrap .txt_box .merit_txt {
          font-size: 1.5rem;
          text-align: justify;
          font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
          margin-bottom: 3%; }
          @media (min-width: 769px) {
            #housing .merit_wrap .flex_wrap .txt_box .merit_txt {
              font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
          @media (min-width: 1280px) {
            #housing .merit_wrap .flex_wrap .txt_box .merit_txt {
              font-size: 1.6rem; } }
        #housing .merit_wrap .flex_wrap .txt_box .table_title {
          font-size: 1.6rem; }
        #housing .merit_wrap .flex_wrap .txt_box table {
          border: solid 1px #C0C0C0;
          display: block;
          width: 100%; }
          #housing .merit_wrap .flex_wrap .txt_box table tbody {
            display: block;
            width: 100%; }
            #housing .merit_wrap .flex_wrap .txt_box table tbody tr {
              display: block;
              width: 100%; }
              #housing .merit_wrap .flex_wrap .txt_box table tbody tr th {
                border-bottom: solid 1px #C0C0C0;
                background: #F4F4F4;
                padding: 2% 7%;
                display: block;
                text-align: left;
                font-weight: lighter; }
              #housing .merit_wrap .flex_wrap .txt_box table tbody tr td {
                border-bottom: solid 1px #C0C0C0;
                padding: 2% 7%;
                display: block; }
              #housing .merit_wrap .flex_wrap .txt_box table tbody tr:last-child td {
                border-bottom: none; }
  #housing .point_wrap {
    margin: 0 auto 20%; }
    #housing .point_wrap .point_box {
      width: 98%;
      border: solid 2px #ED9227;
      border-radius: 7px;
      text-align: center;
      padding: 3% 0;
      margin: 0 auto 2%; }
      #housing .point_wrap .point_box .point_number {
        color: #ED9227;
        font-weight: bold;
        font-size: 1.7rem;
        position: relative;
        margin-bottom: 3%; }
        @media (min-width: 769px) {
          #housing .point_wrap .point_box .point_number {
            font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 0.6960556845 ); } }
        @media (min-width: 1200px) {
          #housing .point_wrap .point_box .point_number {
            font-size: 2rem; } }
        #housing .point_wrap .point_box .point_number:before {
          position: absolute;
          content: "";
          display: block;
          width: 12px;
          height: 2px;
          background: #ED9227;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%); }
      #housing .point_wrap .point_box .point_txt {
        font-size: 1.6rem;
        line-height: 1.5em;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        @media (min-width: 769px) {
          #housing .point_wrap .point_box .point_txt {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.1600928074 ); } }
        @media (min-width: 1200px) {
          #housing .point_wrap .point_box .point_txt {
            font-size: 2.1rem; } }

/*相続税対策*/
#counterplan {
  padding-top: 10px;
  margin-top: -5px; }
  #counterplan .title_box {
    margin-bottom: 30px; }
  #counterplan .revised_wrap {
    margin-bottom: 5%; }
    #counterplan .revised_wrap .revised_box {
      border-radius: 10px;
      padding: 4% 2%;
      margin-bottom: 2%; }
      #counterplan .revised_wrap .revised_box .revised_title {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 5%;
        font-family: "Karla", Arial, Helvetica, "sans-serif";
        font-weight: bold; }
        @media (min-width: 769px) {
          #counterplan .revised_wrap .revised_box .revised_title {
            font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
        @media (min-width: 1280px) {
          #counterplan .revised_wrap .revised_box .revised_title {
            font-size: 2rem; } }
      #counterplan .revised_wrap .revised_box .revised_txt {
        letter-spacing: 0;
        text-align: center;
        font-size: 1.5rem; }
        @media (min-width: 769px) {
          #counterplan .revised_wrap .revised_box .revised_txt {
            font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
        @media (min-width: 1280px) {
          #counterplan .revised_wrap .revised_box .revised_txt {
            font-size: 1.6rem; } }
        #counterplan .revised_wrap .revised_box .revised_txt .font_size {
          font-size: 2rem;
          font-weight: bold;
          letter-spacing: 0; }
          @media (min-width: 769px) {
            #counterplan .revised_wrap .revised_box .revised_txt .font_size {
              font-size: calc( 2rem + ( 1vw - 7.69px ) * 1.9569471624 ); } }
          @media (min-width: 1280px) {
            #counterplan .revised_wrap .revised_box .revised_txt .font_size {
              font-size: 3rem; } }
      #counterplan .revised_wrap .revised_box.before {
        border: solid 2px #808080; }
        #counterplan .revised_wrap .revised_box.before .revised_title {
          color: #808080; }
      #counterplan .revised_wrap .revised_box.after {
        border: solid 2px #ED9227; }
        #counterplan .revised_wrap .revised_box.after .revised_title {
          color: #ED9227; }
        #counterplan .revised_wrap .revised_box.after .revised_txt .font_size {
          color: #ED9227; }
    #counterplan .revised_wrap .arrow {
      position: relative;
      margin: 0 auto 2%;
      width: 25px;
      height: 35px; }
      #counterplan .revised_wrap .arrow:before {
        position: absolute;
        content: "";
        display: block;
        background: #ED9227;
        width: 12px;
        height: 25px;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      #counterplan .revised_wrap .arrow:after {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 12.5px 0 12.5px;
        border-color: #ED9227 transparent transparent transparent;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  #counterplan .spouse_box {
    border: solid 2px #ED9227;
    margin-bottom: 20%; }
    #counterplan .spouse_box .spouse_txt {
      font-size: 1.8rem;
      text-align: center;
      background: #ED9227;
      font-weight: bold;
      color: #fff;
      padding: 2% 0;
      width: 100%; }
      @media (min-width: 769px) {
        #counterplan .spouse_box .spouse_txt {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.3698630137 ); } }
      @media (min-width: 1280px) {
        #counterplan .spouse_box .spouse_txt {
          font-size: 2.5rem; } }
    #counterplan .spouse_box .reckoning_box {
      padding: 4% 2%;
      margin: auto; }
      #counterplan .spouse_box .reckoning_box .reckoning {
        font-size: 1.5rem;
        letter-spacing: 0;
        text-align: center; }
        @media (min-width: 769px) {
          #counterplan .spouse_box .reckoning_box .reckoning {
            font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
        @media (min-width: 1280px) {
          #counterplan .spouse_box .reckoning_box .reckoning {
            font-size: 1.6rem; } }
        #counterplan .spouse_box .reckoning_box .reckoning .reckoning_title {
          font-size: 1.5rem;
          display: block;
          font-weight: bold;
          text-align: left;
          font-family: "Karla", Arial, Helvetica, "sans-serif"; }
          @media (min-width: 769px) {
            #counterplan .spouse_box .reckoning_box .reckoning .reckoning_title {
              font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.9784735812 ); } }
          @media (min-width: 1280px) {
            #counterplan .spouse_box .reckoning_box .reckoning .reckoning_title {
              font-size: 2rem; } }
        #counterplan .spouse_box .reckoning_box .reckoning .font_size {
          font-size: 1.8rem;
          font-weight: bold; }
          @media (min-width: 769px) {
            #counterplan .spouse_box .reckoning_box .reckoning .font_size {
              font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 2.3483365949 ); } }
          @media (min-width: 1280px) {
            #counterplan .spouse_box .reckoning_box .reckoning .font_size {
              font-size: 3rem; } }
          #counterplan .spouse_box .reckoning_box .reckoning .font_size.total {
            font-size: 2.5rem; }
            @media (min-width: 769px) {
              #counterplan .spouse_box .reckoning_box .reckoning .font_size.total {
                font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 3.9138943249 ); } }
            @media (min-width: 1280px) {
              #counterplan .spouse_box .reckoning_box .reckoning .font_size.total {
                font-size: 4.5rem; } }
        #counterplan .spouse_box .reckoning_box .reckoning.before .reckoning_title {
          color: #808080; }
        #counterplan .spouse_box .reckoning_box .reckoning.after .reckoning_title {
          color: #ED9227; }
        #counterplan .spouse_box .reckoning_box .reckoning.after .font_size {
          color: #ED5C27; }
    #counterplan .spouse_box .total_merit {
      font-size: 1.6rem;
      border-top: dashed 2px #ED9227;
      letter-spacing: 0;
      font-weight: bold;
      line-height: 1.3;
      padding: 4%; }
      @media (min-width: 769px) {
        #counterplan .spouse_box .total_merit {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.7612524462 ); } }
      @media (min-width: 1280px) {
        #counterplan .spouse_box .total_merit {
          font-size: 2.5rem; } }
      #counterplan .spouse_box .total_merit .total_spouse {
        font-size: 3rem;
        color: #ED5C27; }
        @media (min-width: 769px) {
          #counterplan .spouse_box .total_merit .total_spouse {
            font-size: calc( 3rem + ( 1vw - 7.69px ) * 1.9569471624 ); } }
        @media (min-width: 1280px) {
          #counterplan .spouse_box .total_merit .total_spouse {
            font-size: 4rem; } }
    #counterplan .spouse_box .arrow {
      position: relative;
      margin: 0 auto;
      width: 25px;
      height: 35px; }
      #counterplan .spouse_box .arrow:before {
        position: absolute;
        content: "";
        display: block;
        background: #ED9227;
        width: 12px;
        height: 25px;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      #counterplan .spouse_box .arrow:after {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 12.5px 0 12.5px;
        border-color: #ED9227 transparent transparent transparent;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  #counterplan .check_box {
    border: solid 2px #ED9227;
    margin-bottom: 5%; }
    #counterplan .check_box .check_point {
      font-size: 1.8rem;
      text-align: center;
      background: #ED9227;
      font-weight: bold;
      color: #fff;
      padding: 2% 0;
      width: 100%; }
      @media (min-width: 769px) {
        #counterplan .check_box .check_point {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.3698630137 ); } }
      @media (min-width: 1280px) {
        #counterplan .check_box .check_point {
          font-size: 2.5rem; } }
    #counterplan .check_box .check_wrap {
      font-size: 1.5rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 4% 2%;
      margin: auto; }
      @media (min-width: 769px) {
        #counterplan .check_box .check_wrap {
          font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.9784735812 ); } }
      @media (min-width: 1280px) {
        #counterplan .check_box .check_wrap {
          font-size: 2rem; } }
      #counterplan .check_box .check_wrap .check_img {
        flex: 0 1 8%;
        width: 8%;
        max-width: 8%;
        text-align: center; }
        #counterplan .check_box .check_wrap .check_img img {
          margin-bottom: 5px;
          width: 80%; }
      #counterplan .check_box .check_wrap .check_txt {
        flex: 0 1 89%;
        width: 89%;
        max-width: 89%;
        margin-bottom: 2%; }

/*RC賃貸*/
#lease {
  padding-top: 10px;
  margin-top: -5px; }
  #lease .lease_wrap .lease_box {
    margin-bottom: 10%; }
    #lease .lease_wrap .lease_box .lease_txt_box .lease_name {
      font-size: 1.5rem;
      font-family: "Karla", Arial, Helvetica, "sans-serif";
      color: #1695CC;
      font-weight: bold; }
      @media (min-width: 769px) {
        #lease .lease_wrap .lease_box .lease_txt_box .lease_name {
          font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.9784735812 ); } }
      @media (min-width: 1280px) {
        #lease .lease_wrap .lease_box .lease_txt_box .lease_name {
          font-size: 2rem; } }
    #lease .lease_wrap .lease_box .lease_txt_box .lease_method {
      font-size: 1.8rem;
      letter-spacing: 0.01em;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      margin-bottom: 4%; }
      @media (min-width: 769px) {
        #lease .lease_wrap .lease_box .lease_txt_box .lease_method {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.9569471624 ); } }
      @media (min-width: 1280px) {
        #lease .lease_wrap .lease_box .lease_txt_box .lease_method {
          font-size: 2.8rem; } }
    #lease .lease_wrap .lease_box .lease_txt_box .lease_txt {
      font-size: 1.4rem;
      text-align: justify;
      margin-bottom: 5%; }
      @media (min-width: 769px) {
        #lease .lease_wrap .lease_box .lease_txt_box .lease_txt {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
      @media (min-width: 1280px) {
        #lease .lease_wrap .lease_box .lease_txt_box .lease_txt {
          font-size: 1.6rem; } }
    #lease .lease_wrap .lease_box .sp_only {
      margin-bottom: 5%; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .img_box .mb_5 {
    margin-bottom: 2%; }

  .txt_wrap {
    flex-flow: row-reverse; }
    .txt_wrap .img_wrap {
      flex: 0 1 35%;
      width: 35%;
      max-width: 35%; }
      .txt_wrap .img_wrap img {
        width: 100%; }
    .txt_wrap .txt_box {
      flex: 0 1 60%;
      width: 60%;
      max-width: 60%; }
      .txt_wrap .txt_box .title_box {
        margin-bottom: 4%; }
        .txt_wrap .txt_box .title_box h2 {
          text-align: left; }

  /*土地活用*/
  #mansion .btn_wrap {
    margin-bottom: 6%; }
    #mansion .btn_wrap .btn {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%; }

  /*賃貸住宅経営*/
  #housing .merit_wrap {
    margin-bottom: 15%; }
    #housing .merit_wrap .img_sp {
      width: 96%;
      margin: 0 0 3% auto; }
      #housing .merit_wrap .img_sp.reverse {
        margin: 0 auto 3% 0; }
    #housing .merit_wrap .flex_wrap {
      margin-bottom: 10%; }
      #housing .merit_wrap .flex_wrap .txt_box {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%; }
        #housing .merit_wrap .flex_wrap .txt_box .merit_number {
          margin-bottom: 0; }
        #housing .merit_wrap .flex_wrap .txt_box .merit_title {
          margin-bottom: 2%; }
        #housing .merit_wrap .flex_wrap .txt_box table tbody tr th {
          padding: 2% 4%; }
      #housing .merit_wrap .flex_wrap .img_pc {
        flex: 0 1 45%;
        width: 45%;
        max-width: 45%;
        display: block; }
  #housing .point_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #housing .point_wrap .point_box {
      flex: 0 1 32%;
      width: 32%;
      max-width: 32%;
      border: solid 3px #ED9227; }
      #housing .point_wrap .point_box .point_number:before {
        height: 3px;
        width: 15px; }

  /*相続税対策*/
  #counterplan .revised_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%; }
    #counterplan .revised_wrap .revised_box {
      flex: 0 1 41%;
      width: 41%;
      max-width: 41%;
      padding: 2%;
      margin-bottom: 0; }
      #counterplan .revised_wrap .revised_box.before {
        border: solid 3px #808080; }
      #counterplan .revised_wrap .revised_box.after {
        border: solid 3px #ED9227; }
    #counterplan .revised_wrap .arrow {
      flex: 0 1 6%;
      width: 6%;
      max-width: 6%;
      margin: auto;
      width: 40px;
      height: 55px; }
      #counterplan .revised_wrap .arrow:before {
        width: 23.5px;
        height: 35px;
        top: 50%;
        left: auto;
        transform: translateY(-50%); }
      #counterplan .revised_wrap .arrow:after {
        border-width: 27.5px 0 27.5px 30px;
        border-color: transparent transparent transparent #ED9227;
        bottom: 0;
        left: auto;
        right: 0;
        transform: translateX(0%); }
  #counterplan .spouse_box {
    border: solid 4px #ED9227; }
    #counterplan .spouse_box .reckoning_box {
      padding: 1%; }
      #counterplan .spouse_box .reckoning_box .reckoning .reckoning_title {
        margin-bottom: 0;
        display: inline-block;
        padding-right: 30px; }
    #counterplan .spouse_box .total_merit {
      text-align: center;
      padding: 2%; }
  #counterplan .check_box {
    border: solid 4px #ED9227;
    margin-bottom: 2%; }
    #counterplan .check_box .check_point {
      padding: 1% 0; }
    #counterplan .check_box .check_wrap {
      font-size: 1.5rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 2%;
      width: 60%; } }
    @media screen and (min-width: 769px) and (min-width: 769px) {
      #counterplan .check_box .check_wrap {
        font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.9784735812 ); } }
    @media screen and (min-width: 769px) and (min-width: 1280px) {
      #counterplan .check_box .check_wrap {
        font-size: 2rem; } }
@media screen and (min-width: 769px) {
      #counterplan .check_box .check_wrap .check_img {
        flex: 0 1 8%;
        width: 8%;
        max-width: 8%; }
        #counterplan .check_box .check_wrap .check_img img {
          width: 60%; }
      #counterplan .check_box .check_wrap .check_txt {
        flex: 0 1 92%;
        width: 92%;
        max-width: 92%; }

  /*RC賃貸*/
  #lease .lease_wrap .lease_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #lease .lease_wrap .lease_box .mini_title {
      text-align: center;
      width: 100%; }
    #lease .lease_wrap .lease_box .lease_txt_box {
      flex: 0 1 72%;
      width: 72%;
      max-width: 72%; }
      #lease .lease_wrap .lease_box .lease_txt_box .lease_method {
        margin-bottom: 2%; }
      #lease .lease_wrap .lease_box .lease_txt_box .lease_txt {
        margin-bottom: 3%; }
      #lease .lease_wrap .lease_box .lease_txt_box .btn {
        margin: 0; }
        #lease .lease_wrap .lease_box .lease_txt_box .btn a {
          margin: 0; }
    #lease .lease_wrap .lease_box .img_pc {
      flex: 0 1 24%;
      width: 24%;
      max-width: 24%;
      display: block; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*賃貸住宅経営*/
  #housing .merit_wrap .flex_wrap .txt_box table {
    display: table; }
    #housing .merit_wrap .flex_wrap .txt_box table tbody {
      display: table-row-group; }
      #housing .merit_wrap .flex_wrap .txt_box table tbody tr {
        display: table-row;
        width: 100%; }
        #housing .merit_wrap .flex_wrap .txt_box table tbody tr th {
          border-right: solid 1px #C0C0C0;
          padding: 2% 4%;
          display: table-cell;
          width: 38%; }
        #housing .merit_wrap .flex_wrap .txt_box table tbody tr td {
          display: table-cell; }

  /*相続税対策*/
  #counterplan .revised_wrap .arrow:before {
    width: 43px; } }
/*------------------------------
		1280px以上
------------------------------*/

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