@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.line {
  text-align: justify; }

/*コンバージョン*/
.conversion {
  margin-bottom: 100px; }

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

/*融資実行の流れ*/
#yushi_flow .main_txt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; }
  #yushi_flow .main_txt p {
    font-size: 2.2rem; }
    @media (min-width: 786px) {
      #yushi_flow .main_txt p {
        font-size: calc( 2.2rem + ( 1vw - 7.86px ) * 3.1400966184 ); } }
    @media (min-width: 1200px) {
      #yushi_flow .main_txt p {
        font-size: 3.5rem; } }
#yushi_flow .txt {
  text-align: justify;
  margin-bottom: 20px; }
#yushi_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: 100%; }
  #yushi_flow .flex_wrap .flex_box {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    background: #00A552;
    width: 40px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 10px; }
    #yushi_flow .flex_wrap .flex_box .title {
      font-size: 1.8rem;
      line-height: 40px;
      margin: 0 auto; }
      @media (min-width: 786px) {
        #yushi_flow .flex_wrap .flex_box .title {
          font-size: calc( 1.8rem + ( 1vw - 7.86px ) * 0 ); } }
      @media (min-width: 1200px) {
        #yushi_flow .flex_wrap .flex_box .title {
          font-size: 1.8rem; } }
    #yushi_flow .flex_wrap .flex_box:last-child {
      background: #CCAD00;
      padding: 10px; }
  #yushi_flow .flex_wrap .triangle {
    margin: 0 auto 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #454545 transparent transparent transparent; }

/*詳細*/
#flow_detail .step_box {
  margin: 0 auto 20px;
  border-top: solid 2px #CCAD00;
  border-bottom: solid 2px #CCAD00;
  padding: 30px 0; }
  #flow_detail .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%; }
    #flow_detail .step_box .step_flex_wrap .img_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    #flow_detail .step_box .step_flex_wrap .img_size {
      text-align: center; }
      #flow_detail .step_box .step_flex_wrap .img_size img {
        width: 60%; }
    #flow_detail .step_box .step_flex_wrap .txt_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
    #flow_detail .step_box .step_flex_wrap .number {
      color: #CCAD00;
      margin-bottom: 10px;
      font-weight: bold; }
      #flow_detail .step_box .step_flex_wrap .number p {
        font-size: 2rem; }
        @media (min-width: 768px) {
          #flow_detail .step_box .step_flex_wrap .number p {
            font-size: calc( 2rem + ( 1vw - 7.68px ) * 1.1574074074 ); } }
        @media (min-width: 1200px) {
          #flow_detail .step_box .step_flex_wrap .number p {
            font-size: 2.5rem; } }
    #flow_detail .step_box .step_flex_wrap .txt {
      text-align: justify; }
      #flow_detail .step_box .step_flex_wrap .txt .line {
        margin-bottom: 10px; }
#flow_detail .triangle {
  margin: 0 auto 20px;
  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) {
  p {
    line-height: 2; }

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

  /*融資実行の流れ*/
  #yushi_flow .flex_wrap {
    width: 100%;
    align-items: center; }
    #yushi_flow .flex_wrap .flex_box {
      flex: 0 1 15%;
      width: 15%;
      max-width: 15%;
      margin: 0 0 50px;
      padding: 10px;
      height: 55px; }
      #yushi_flow .flex_wrap .flex_box .title {
        line-height: normal; }
      #yushi_flow .flex_wrap .flex_box .mt {
        line-height: 55px; }
    #yushi_flow .flex_wrap .triangle {
      top: 0;
      transform: translateY(-170%);
      margin: 2% auto;
      border-width: 7px 0 7px 10px;
      border-color: transparent transparent transparent #454545; }
  #yushi_flow .arrow {
    width: 96.5%;
    display: inline-block;
    height: 50px;
    background-color: #CCAD00;
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold; }
    #yushi_flow .arrow p {
      line-height: 50px; }
    #yushi_flow .arrow:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border: 50px solid transparent;
      border-left: 50px solid #CCAD00;
      right: -10%;
      top: 50%;
      transform: translateY(-50%); }

  /*ポイントの詳細*/
  #flow_detail .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%; }
    #flow_detail .step_box .step_flex_wrap .img_box {
      flex: 0 1 40%;
      width: 40%;
      max-width: 40%;
      margin-bottom: 0px;
      text-align: center; }
      #flow_detail .step_box .step_flex_wrap .img_box img {
        width: 100%; }
    #flow_detail .step_box .step_flex_wrap .img_size img {
      width: 60%; }
    #flow_detail .step_box .step_flex_wrap .txt_box {
      flex: 0 1 57%;
      width: 57%;
      max-width: 57%; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*メインコンテンツ*/
  #top_txt {
    margin-bottom: 50px; }
    #top_txt .img_txt img {
      width: 10%;
      margin-bottom: 20px; }

  /*融資実行の流れ*/
  #yushi_flow .flex_wrap .flex_box {
    flex: 0 1 16%;
    width: 16%;
    max-width: 16%; }
    #yushi_flow .flex_wrap .flex_box .title {
      line-height: 55px; }
  #yushi_flow .arrow:before {
    right: -8%; }

  /*書き方*/
  #flow_detail .step_box .step_flex_wrap .img_size img {
    width: 40%; } }
/*------------------------------
		1280px以上
------------------------------*/

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