@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
body {
  -webkit-text-size-adjust: 100%; }

.main_txt {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center; }

.orange {
  color: #FF9F1D; }

.conversion {
  margin-bottom: 90px; }

.line {
  margin-bottom: 10px; }

.attensiton {
  text-align: start;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em; }

.mb {
  margin-bottom: 30px; }

/*メインコンテンツ*/
#top_txt {
  text-align: center;
  margin-bottom: 40px; }
  #top_txt .img_txt {
    width: 90%;
    margin: 0 auto; }
    #top_txt .img_txt img {
      width: 20%;
      text-align: center;
      margin-bottom: 10px; }
    #top_txt .img_txt p {
      font-size: 2.2rem;
      font-weight: bold; }
      @media (min-width: 786px) {
        #top_txt .img_txt p {
          font-size: calc( 2.2rem + ( 1vw - 7.86px ) * 1.4492753623 ); } }
      @media (min-width: 1200px) {
        #top_txt .img_txt p {
          font-size: 2.8rem; } }

/*説明*/
#explanation {
  margin: 0 auto 70px; }
  #explanation .main_txt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px; }
    #explanation .main_txt p {
      font-size: 2.6rem; }
      @media (min-width: 786px) {
        #explanation .main_txt p {
          font-size: calc( 2.6rem + ( 1vw - 7.86px ) * 2.1739130435 ); } }
      @media (min-width: 1200px) {
        #explanation .main_txt p {
          font-size: 3.5rem; } }
  #explanation .txt {
    text-align: center; }

/*お悩み*/
#problem {
  margin: 0 auto 30px; }
  #problem .main_txt {
    text-align: center;
    margin-bottom: 30px; }
    #problem .main_txt p {
      font-size: 2.2rem; }
      @media (min-width: 786px) {
        #problem .main_txt p {
          font-size: calc( 2.2rem + ( 1vw - 7.86px ) * 1.4492753623 ); } }
      @media (min-width: 1200px) {
        #problem .main_txt p {
          font-size: 2.8rem; } }
    #problem .main_txt .orange {
      font-weight: bold; }
  #problem .back {
    background: #FEFAAD;
    padding: 40px 10px 30px;
    position: relative;
    margin-bottom: 30px; }
    #problem .back .yellow {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 65px 0 0;
      border-color: #FEF775 transparent transparent transparent;
      bottom: 0;
      right: 0;
      z-index: 3; }
    #problem .back .white {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 40px 65px;
      border-color: transparent transparent #ffffff transparent;
      bottom: 0;
      right: 0; }
    #problem .back .pin {
      position: absolute;
      top: -3%;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: 7%; }
    #problem .back .flex_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;
      width: 90%;
      margin: 0 auto; }
      #problem .back .flex_wrap .check_box {
        flex: 0 1 10%;
        width: 10%;
        max-width: 10%;
        margin-bottom: 30px;
        text-align: center; }
        #problem .back .flex_wrap .check_box img {
          width: 70%;
          margin-top: 5px; }
        #problem .back .flex_wrap .check_box:last-child {
          margin-bottom: 0px; }
      #problem .back .flex_wrap .txt {
        flex: 0 1 85%;
        width: 85%;
        max-width: 85%;
        font-weight: bold;
        margin-bottom: 20px;
        position: relative;
        z-index: 5; }
        #problem .back .flex_wrap .txt p {
          font-size: 1.6rem; }
          @media (min-width: 786px) {
            #problem .back .flex_wrap .txt p {
              font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
          @media (min-width: 1200px) {
            #problem .back .flex_wrap .txt p {
              font-size: 1.8rem; } }
  #problem .solution {
    text-align: center;
    color: #FF9F1D;
    font-weight: bold;
    margin-bottom: 30px; }
    #problem .solution p {
      font-size: 2.2rem; }
      @media (min-width: 786px) {
        #problem .solution p {
          font-size: calc( 2.2rem + ( 1vw - 7.86px ) * 0.7246376812 ); } }
      @media (min-width: 1200px) {
        #problem .solution p {
          font-size: 2.5rem; } }
  #problem .problem_txt {
    text-align: center; }

/*できること*/
#support {
  background: #FFF5E8;
  padding: 30px 0;
  margin-bottom: 50px; }
  #support .main_txt {
    text-align: center;
    margin-bottom: 20px; }
    #support .main_txt p {
      font-size: 2.2rem; }
      @media (min-width: 786px) {
        #support .main_txt p {
          font-size: calc( 2.2rem + ( 1vw - 7.86px ) * 1.4492753623 ); } }
      @media (min-width: 1200px) {
        #support .main_txt p {
          font-size: 2.8rem; } }
  #support .txt_box {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center; }
    #support .txt_box .capable_title {
      font-size: 2.2rem;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (min-width: 786px) {
        #support .txt_box .capable_title {
          font-size: calc( 2.2rem + ( 1vw - 7.86px ) * 1.4492753623 ); } }
      @media (min-width: 1200px) {
        #support .txt_box .capable_title {
          font-size: 2.8rem; } }
    #support .txt_box .merit_title {
      font-size: 1.8rem;
      text-align: center;
      font-weight: bold; }
      @media (min-width: 786px) {
        #support .txt_box .merit_title {
          font-size: calc( 1.8rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
      @media (min-width: 1200px) {
        #support .txt_box .merit_title {
          font-size: 2rem; } }
    #support .txt_box .contents {
      text-align: justify;
      margin-bottom: 20px; }
    #support .txt_box .attention {
      text-align: justify;
      margin-bottom: 50px;
      font-size: 1rem; }
      @media (min-width: 786px) {
        #support .txt_box .attention {
          font-size: calc( 1rem + ( 1vw - 7.86px ) * 0.7246376812 ); } }
      @media (min-width: 1200px) {
        #support .txt_box .attention {
          font-size: 1.3rem; } }
    #support .txt_box .price {
      color: #E80000;
      text-align: right;
      font-weight: bold;
      font-size: 2.5rem; }
      @media (min-width: 786px) {
        #support .txt_box .price {
          font-size: calc( 2.5rem + ( 1vw - 7.86px ) * 2.4154589372 ); } }
      @media (min-width: 1200px) {
        #support .txt_box .price {
          font-size: 3.5rem; } }
      #support .txt_box .price .size {
        font-size: 1.5rem;
        padding-right: 5px; }
        @media (min-width: 786px) {
          #support .txt_box .price .size {
            font-size: calc( 1.5rem + ( 1vw - 7.86px ) * 2.4154589372 ); } }
        @media (min-width: 1200px) {
          #support .txt_box .price .size {
            font-size: 2.5rem; } }

/*申告特別サポート*/
#special .main_txt {
  text-align: center;
  margin-bottom: 20px; }
  #special .main_txt p {
    font-size: 2rem; }
    @media (min-width: 786px) {
      #special .main_txt p {
        font-size: calc( 2rem + ( 1vw - 7.86px ) * 1.9323671498 ); } }
    @media (min-width: 1200px) {
      #special .main_txt p {
        font-size: 2.8rem; } }
#special .txt {
  margin: 0 0 20px;
  text-align: center; }
#special .step_box {
  margin: 0 auto 20px;
  border-top: solid 2px #CCAD00;
  border-bottom: solid 2px #CCAD00;
  padding: 30px 0; }
  #special .step_box .step_flex_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;
    width: 100%; }
    #special .step_box .step_flex_wrap .img_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    #special .step_box .step_flex_wrap .img_size {
      text-align: center; }
      #special .step_box .step_flex_wrap .img_size img {
        width: 60%; }
      #special .step_box .step_flex_wrap .img_size .border {
        border: solid 1px #707070; }
    #special .step_box .step_flex_wrap .txt_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
    #special .step_box .step_flex_wrap .number {
      color: #CCAD00;
      margin-bottom: 10px;
      font-weight: bold; }
      #special .step_box .step_flex_wrap .number p {
        font-size: 2rem;
        text-indent: -1.6em;
        padding-left: 1.6em; }
        @media (min-width: 768px) {
          #special .step_box .step_flex_wrap .number p {
            font-size: calc( 2rem + ( 1vw - 7.68px ) * 1.1574074074 ); } }
        @media (min-width: 1200px) {
          #special .step_box .step_flex_wrap .number p {
            font-size: 2.5rem; } }
    #special .step_box .step_flex_wrap .txt {
      text-align: justify; }
      #special .step_box .step_flex_wrap .txt .line {
        margin-bottom: 10px; }

/*流れ*/
#flow {
  margin-bottom: 60px; }
  #flow .main_txt {
    text-align: center;
    margin-bottom: 20px; }
    #flow .main_txt p {
      font-size: 2rem; }
      @media (min-width: 786px) {
        #flow .main_txt p {
          font-size: calc( 2rem + ( 1vw - 7.86px ) * 1.9323671498 ); } }
      @media (min-width: 1200px) {
        #flow .main_txt p {
          font-size: 2.8rem; } }
  #flow .flex_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;
    width: 90%;
    margin: 0 auto; }
    #flow .flex_wrap .flex_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      border: solid 1px #E5BF23;
      padding: 20px;
      margin-bottom: 30px; }
      #flow .flex_wrap .flex_box .number {
        font-size: 4rem;
        text-align: center;
        color: #E5BF23;
        font-family: din-2014, condor, Arial, Helvetica, "sans-serif";
        font-weight: bold; }
        @media (min-width: 786px) {
          #flow .flex_wrap .flex_box .number {
            font-size: calc( 4rem + ( 1vw - 7.86px ) * 2.4154589372 ); } }
        @media (min-width: 1200px) {
          #flow .flex_wrap .flex_box .number {
            font-size: 5rem; } }
      #flow .flex_wrap .flex_box .title {
        text-align: center;
        color: #E5BF23;
        font-weight: bold; }
        #flow .flex_wrap .flex_box .title p {
          font-size: 1.6rem; }
          @media (min-width: 786px) {
            #flow .flex_wrap .flex_box .title p {
              font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
          @media (min-width: 1200px) {
            #flow .flex_wrap .flex_box .title p {
              font-size: 2rem; } }
      #flow .flex_wrap .flex_box .txt {
        margin-bottom: 20px;
        text-align: justify; }
    #flow .flex_wrap .triangle {
      margin: 0 auto 30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #CCAD00 transparent transparent transparent; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .line {
    margin-bottom: 20px !important;
    line-height: 2; }

  /*メインコンテンツ*/
  #top_txt {
    margin-bottom: 40px; }
    #top_txt .img_txt {
      width: 95%; }
      #top_txt .img_txt img {
        width: 15%; }

  /*説明*/
  #explanation {
    margin: 0 auto 70px; }
    #explanation .main_txt {
      margin-bottom: 35px; }

  /*お悩み*/
  #problem {
    margin: 0 auto 60px; }
    #problem .back .pin {
      top: -3%;
      width: 2.8%; }
    #problem .back .flex_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: 0 auto; }
      #problem .back .flex_wrap .check_box {
        flex: 0 1 5%;
        width: 5%;
        max-width: 5%;
        margin-bottom: 30px;
        text-align: center; }
        #problem .back .flex_wrap .check_box img {
          width: 55%;
          margin-top: 3px; }
      #problem .back .flex_wrap .txt {
        flex: 0 1 92%;
        width: 92%;
        max-width: 92%;
        margin-bottom: 20px; }
    #problem .solution {
      margin-bottom: 30px; }
    #problem .problem_txt {
      line-height: 2; }

  /*できること*/
  #support {
    padding: 60px 0;
    margin-bottom: 50px; }
    #support .txt_box {
      background: #fff;
      margin-bottom: 20px;
      padding: 45px 30px;
      text-align: center; }
      #support .txt_box .capable_title {
        font-size: 2.2rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px; } }
      @media screen and (min-width: 769px) and (min-width: 786px) {
        #support .txt_box .capable_title {
          font-size: calc( 2.2rem + ( 1vw - 7.86px ) * 1.4492753623 ); } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        #support .txt_box .capable_title {
          font-size: 2.8rem; } }
@media screen and (min-width: 769px) {
      #support .txt_box .merit_title {
        font-size: 1.8rem;
        text-align: center;
        font-weight: bold; } }
      @media screen and (min-width: 769px) and (min-width: 786px) {
        #support .txt_box .merit_title {
          font-size: calc( 1.8rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        #support .txt_box .merit_title {
          font-size: 2rem; } }
@media screen and (min-width: 769px) {
      #support .txt_box .contents {
        text-align: justify;
        margin-bottom: 20px;
        line-height: 2; }
      #support .txt_box .attention {
        text-align: justify;
        margin-bottom: 50px;
        font-size: 1rem; } }
      @media screen and (min-width: 769px) and (min-width: 786px) {
        #support .txt_box .attention {
          font-size: calc( 1rem + ( 1vw - 7.86px ) * 0.7246376812 ); } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        #support .txt_box .attention {
          font-size: 1.3rem; } }
@media screen and (min-width: 769px) {
      #support .txt_box .price {
        color: #E80000;
        text-align: right;
        font-weight: bold;
        font-size: 2.5rem; } }
      @media screen and (min-width: 769px) and (min-width: 786px) {
        #support .txt_box .price {
          font-size: calc( 2.5rem + ( 1vw - 7.86px ) * 2.4154589372 ); } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        #support .txt_box .price {
          font-size: 3.5rem; } }
@media screen and (min-width: 769px) {
        #support .txt_box .price .size {
          font-size: 1.5rem;
          padding-right: 5px; } }
        @media screen and (min-width: 769px) and (min-width: 786px) {
          #support .txt_box .price .size {
            font-size: calc( 1.5rem + ( 1vw - 7.86px ) * 2.4154589372 ); } }
        @media screen and (min-width: 769px) and (min-width: 1200px) {
          #support .txt_box .price .size {
            font-size: 2.5rem; } }

@media screen and (min-width: 769px) {
  /*申告特別サポート*/
  #special .txt {
    margin: 0 0 60px; }
  #special .step_box .step_flex_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;
    width: 95%;
    margin: 0 auto; }
    #special .step_box .step_flex_wrap .img_box {
      flex: 0 1 40%;
      width: 40%;
      max-width: 40%;
      margin-bottom: 0px;
      text-align: center; }
      #special .step_box .step_flex_wrap .img_box img {
        width: 100%; }
    #special .step_box .step_flex_wrap .img_size img {
      width: 50%; }
    #special .step_box .step_flex_wrap .txt_box {
      flex: 0 1 57%;
      width: 57%;
      max-width: 57%; }

  /*流れ*/
  #flow {
    margin-bottom: 60px; }
    #flow .main_txt {
      margin-bottom: 30px; }
    #flow .flex_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;
      width: 95%; }
      #flow .flex_wrap .flex_box {
        flex: 0 1 24%;
        width: 24%;
        max-width: 24%;
        margin-bottom: 30px; }
        #flow .flex_wrap .flex_box .txt {
          margin-bottom: 20px; }
      #flow .flex_wrap .triangle {
        margin: auto 4px;
        border-width: 10px 0px 10px 10px;
        border-color: transparent transparent transparent #E5BF23; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*メインコンテンツ*/
  #top_txt {
    margin-bottom: 40px; }
    #top_txt .img_txt {
      width: 100%; }
      #top_txt .img_txt img {
        width: 8%; }

  /*説明*/
  #explanation {
    margin: 0 auto 70px; }
    #explanation .main_txt {
      margin-bottom: 30px; }
    #explanation .txt {
      line-height: 2; }

  /*お悩み*/
  #problem .main_txt {
    margin-bottom: 45px; }
  #problem .back {
    width: 75%;
    margin: 0 auto 25px;
    padding: 40px 40px 10px; }
    #problem .back .pin {
      top: -6%;
      width: 2.5%; }
    #problem .back .flex_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;
      width: 100%; }
      #problem .back .flex_wrap .check_box {
        flex: 0 1 6%;
        width: 6%;
        max-width: 6%;
        margin-bottom: 30px; }
        #problem .back .flex_wrap .check_box img {
          margin-top: 3px; }
      #problem .back .flex_wrap .txt {
        flex: 0 1 92%;
        width: 92%;
        max-width: 92%;
        margin-bottom: 35px; }
  #problem .solution {
    margin-bottom: 30px; }

  /*流れ*/
  #flow {
    margin-bottom: 60px; }
    #flow .w1200 .main_txt {
      margin-bottom: 45px; }
    #flow .w1200 .flex_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;
      width: 95%; }
      #flow .w1200 .flex_wrap .flex_box {
        flex: 0 1 24%;
        width: 24%;
        max-width: 24%;
        margin-bottom: 30px; }
        #flow .w1200 .flex_wrap .flex_box .txt {
          margin-bottom: 20px; }
      #flow .w1200 .flex_wrap .triangle {
        margin: auto 4px;
        border-width: 10px 0px 10px 10px;
        border-color: transparent transparent transparent #E5BF23; } }
/*------------------------------
		1280px以上
------------------------------*/

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