html { scroll-behavior: smooth;}
 
strong{color: #00c40b;}
 em {    font-weight: bold; font-style: normal;}
  /*flex*/
  .flBox {
     display: flex;
     margin: 30px 5px;
     align-items: center;
     justify-content: center;
 }
 .flBox img{
   width: 30%;
   margin-right: 10px;
 }

 /*テンプレ仕様スタイル********/

.woman_H3 {
  font-size: 24px;
  background-color: #efefef;
  color: #001b54;
  padding: 10px;
  line-height: 32px;
  margin: 10px auto 10px;
  border-radius: 5px;
  font-size: 27px;
  font-weight: 700;
  width: 100%;
  padding: 40px 5px;
  text-align: center;
}
 
  /*見出し***********/
  .woman_main_title {
    font-size: 1.5rem;
    line-height: 1.6;
    background-color: #dde2e5;
    padding: 5px;
    text-align: center;
    margin: 24px auto;
}
.woman_topH2 {
  background-color: #f8e133;
  color: #002153;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.woman_topH3 {
  color: #002153;
  background-color: #efefef;
  font-weight: 600;
  padding: 10px;
  margin: 0rem 0 1rem;
  font-size: 1.7rem;
  line-height: 1.3;
}

 
 .H3base_gray {
  padding: 2rem 0.8rem;
  margin: 1rem auto;
  border-radius: 5px;
  text-align: left;
  color: #002153;
  font-weight: 600;
  width: 100%;
  background-color: #efefef;
  line-height: 1.5;
  font-size: 1.8rem;
}
 
 
 .sub_title {
     background-color: #001E54;
     text-align: center;
     color: #ffffff;
     font-size: 18px!important;
     line-height: 32px;
     width: 100%;
   }


  /*dl*/
  .woman_dl {
    font-size: 1.7rem;
    margin: 3.5rem auto 4rem;
}
.woman_dl h2 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 3rem;
  color: #00ced1;
  text-align: center;
  border-bottom: 3px solid #00ced1;
  padding-bottom: 1.2rem;
}
 

.woman_dl dl {
display: flex;
flex-wrap: wrap;
}

.woman_dl dl dt {
  color: #00ced1;
  border-bottom: 3px solid #00ced1;
  margin: 0px;
  width: 7%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.woman_dl dd {
  border-bottom: 3px solid #00ced1;
  margin: 0px;
  padding: 2rem 0;
  width: 93%;
}          

  /*interview*/
  .interview_area_base{
    background-color: #fffadb;
    padding: 4rem 0 2rem;
  }

  .interview_area_wrap {
    margin: 0 auto 3rem;
    max-width: 980px;
}
.interview_area_wrap h3 {
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #00c500;
  color: #fff;
  padding: 0.01rem 1rem;
  margin: 0 0 1rem;
  border-radius: 4px;
}
.interview_area_wrap h4 {
  color: #002153;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
}

.interview_cont {
  display: grid;
  grid-template-rows: 2.6rem auto;
  grid-template-columns: 23% 1fr;
}
.intv_img{
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.intv_title{
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.intv_txt{
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

  /*リンクバナー*/
  .c-lp_add_btn__link {
    background-color: #32cd32;
    border: 1px solid #32cd32;
    color: #ffffff;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1.6rem;
 line-height: 1.5;
    padding: 1rem 2rem;
}

.c-lp_add_btn__link:hover {
  background-color: #ffffff;
  border: 1px solid #32cd32;
  color: #32cd32;
}


 /* benefits */
 .benefits{
     padding: 30px 40px 0px;
 } 
 .flex_test-box {
 clear: both;
 display: flex;
 align-items: start;
 justify-content: center;
 
 }
 
 .clm{
 text-align: center;
 margin: 0px 10px;
 }
 .clm h3{
 color:#f85707;
 font-size: 22px;
 font-weight: bold;
 margin: 10px auto;
 }
 .clmH4{
     color:#f85707;
     font-weight: bold;
         font-size: 32px;
        line-height: 36px;
  }
 
 
 #woman_wrap .explain_ico{
 margin-right: 10px;
 }
 .mb_on{
 display:none;
 text-align: center;
 }
 
  /* for signup 無料サービス*/
  /* explain */
  #woman_wrap .signup_content_back__inner {
     display: flex;
     margin: 0 auto;
     max-width: 1024px;
     text-align: left;
     }
 
   .signup_content_back__inner ul {
     margin-left: 0!important;
   }
 
   .signup_content_img {
     width: 96%;
     border: 1px dashed #cccccc;
     display: block;
   }
 
   .signup_form_back {
     padding: 1px 0;
     background-color: #eeeeee;
     box-sizing: border-box;
   }
 
   .add_btn {
     color: #ffffff;
     background-color: #008C23;
     padding: 10px 15px;
     text-decoration: none;
     border-radius: 0.3em;	
     
     clear: both;
     text-align: center;
     margin: 30px 0;
   }

 
   .sub_title {
     background-color: #001E54;
     text-align: center;
     color: #ffffff;
     font-size: 18px!important;
     line-height: 32px;
     width: 100%;
   }
  
   .explain_list {
     display: flex;
     flex-wrap: wrap;
     border-bottom: 1px #cccccc solid;
     margin: 10px 0 0 0;
   }
 
   .explain_list--off {
     color: #666666;
   }
 
   .explain_list__left {
     flex-basis: 70px;
     align-self: center;
     text-align: center;
   }
 
   .explain_list__left i {
     font-size: 38px;
   }
 
   .explain_list__right {
     flex-basis: calc(100% - 70px);
   }
 
   .explain_list__right h3 {
     margin: 0;
     font-size: 16px;
     line-height: 26px;
   }
/* mb*/
   .mb_off{
    display: block;
  }
  .mb_on{
    display:none;
  }

/* 20220131add*/
.margin_adjust{
margin-bottom: -25px;
}

/* 20220714add*/
.default_page_title {
   text-align: left;
}

/*-[ Funding Lp]----------------------------------------------------------------------*/
/***** 20220722********************************************/
.green {
  color: #008c23;
  font-weight: 400;
  font-style: normal;
}
#woman_wrap .p-sogyotecho_inquiry_lp__top_main__txt {
  background-color: #f8e133;
}

 #woman_wrap .woman_topH2 strong {
  color: #ff0000;
  font-weight: bold;
}

.title_green {
  background-color: #00c500;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  padding: 1rem 0.5rem;
  margin: 1rem auto 0;
}

.woman_flex{
  margin-bottom: 60px;
}
.c-lp_title {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}
.c-lp_title2 {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  margin: 50px 15px;
  font-weight: bold;
}


.btn_txt {
  text-align: center;
  font-size: 1.5rem;
}

 /*無料アイコン*/
 .free_ico_wrap {
  top: 10px;
  left: 325px;
  position: relative;
}
.free_ico {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  background-color: #fff000;
  border: solid 2px #ff0000;
  color: #ff0000;
  font-weight: bold;
  padding: 5px 5px;
  min-width: 10px;
  max-width: 100%;
  text-align: center;
  background-color: ffff00;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 40%);
}

.free_ico:before,
.free_ico:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.free_ico:before {
  border: solid 12px transparent;
  border-top: solid 12px #ff0000;
}
.free_ico:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff000;
  margin-top: -5px;
}
.free_ico p {
  margin: 0;
  padding: 0;
}


 /*230427 ************************************************/
.page-main_title {
  margin-top: 24px;
}
.tools_wrap {
  padding: 3rem 0;
}

.c-lp_add_btn {
 padding: 4rem 0 5rem;
}

.under_line_title{
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  border: 2px #cccccc;
  color: #666666;
  border-bottom: 3px solid #666666;
}
 .basic_form {
  max-width: 780px;
  margin: 0 auto;
}

/*ページ紹介************************************************/
.cont3_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 3rem auto;
}

.cont3_title{
  text-align: center;
  font-weight: 600;
  color: #00ced1;
  font-size: 1.2rem;
}

.cont3_container {
  display: block;
  margin: 0 0.1rem;
}
.itemA {}

.itemA img{
  width: 322px;
}

.itemB {
  padding: 0 0.4rem;
}

.itemC {
  padding: 0 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
}

 /*出資ガイドLP***********************************************/
 .toph2_ss {
  background-color: #00c500;
  color: #002153;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 3px 6px;
}
.toph2_ss strong{
  color: #ffff00;
}

/*帯****/

.title_navy {
  text-align: center;
  background-color: #001b54;
  color: #fff;
  margin: 3rem auto;
  padding: 2.8rem 0;
  line-height: 1.5;
}

.title_navy h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
/*ボタングリーン****/
.btn_green {
  text-align: center;
  margin: 4rem auto 5rem;
  width: 1024px;
}
.btn_green span{
color: #ffff00;
}
.btn_green a {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1.2rem 0.5rem;
  border-radius: 4px;
  background-color: #22ac38;
  border: 1px solid #22ac38;
  color: #fff;
  font-weight: 600;
  display: block;
  width: 70%;
  margin: 0.5rem auto;
}
.btn_green a:hover {
background-color: #fff;
border: 1px solid #22ac38;
color: #22ac38;
text-decoration: none;
}
.btn_green a:hover span{
color: #22ac38;
}

.g_navi_wrap {
  display: none;
}

 /*特典について***************************/
 .dotted_dl {
  border: dashed 1px;
  margin: 10px auto 50px;
  padding: 0px;
  display: flex;
  align-items: center;
  background: #cce7f3;
}

.dotted_dl dt {
  background: #cce7f3;
  width: 30%;
  font-size: 21px;
  text-align: center;
}
.dotted_dl dd {
  width: 70%;
  background: #fff;
  padding: 10px;
  margin: 0px;
}
.dotted_dl dd h3 {
  padding: 0px;
  margin: 10px 0 7px;
  font-size: 17px;
  font-weight: bold;
}
.dotted_dl dd h3:before {
  display: inline-block;
  content: "";
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-right: 3px solid #fff;
  border-left: 10px solid #0079c2;
  margin-top: 3px;
}
.dotted_dl dd p {
  padding: 0px;
  margin: 0px 0 20px;
}



 /*レスポンシブ ************************************************/
 /* ipad*/
 @media screen and (max-width:820px) {
  #woman_wrap {
    width: 100%;
}
.main-container, .c-lp__block__wrap {
  max-width: 100%;
  padding: 0 10px;
}
.c-lp_add_btn__link {
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
}
 
     .c-lp__block__wrap p {
         padding: 0;
         line-height: 1.6;
     }
     /* dl
     .woman_dl {
         font-size: 24px;
         margin: 40px 10px 50px;
     }*/
     .woman_dl dl dt {
      width: 10%;
  }
  .woman_dl dl dd {
    width: 90%;
    line-height: 1.2;
}
.interview_area_wrap {
  padding: 10px;
}
.interview_cont {
  grid-template-rows: auto;
}
.btn_green { width: auto;}
 }
 @media screen and (max-width:730px) {
     .mb_off{
       display: none;
     }
     .mb_on{
       display:block;
     }
 

/* 見出し*/    
.woman_main_title {
    font-size: 1rem;
    font-weight: 600;
}
.page-main_title {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.6;
}
.woman_topH2 {
  font-size: 1rem;
  line-height: 1.4;
}
 .woman_topH3 {
    font-size: 1.2rem;
}

   /* 無料アイコン*/
   .free_ico_wrap {
     top: 0px;
     left: 0px;
     display: flex;
     justify-content: flex-end;
 }
     .free_ico {
         padding: 3px 0px;
        
     }
     #woman_wrap .free_ico p {
         padding: 0px 5px;
     }
     /* 見出し*/
     #woman_wrap .p-sogyotecho_inquiry_lp__top_main__txt {
      padding: 3px;
  }



     .woman_dl h2 {
      font-size: 1.2rem;
      line-height: 1.5;

  }

     /* 余白*/

 #woman_wrap .mb30 {
     padding: 0px 10px;
     }
  
    /* txt*/
     .fs16 {
       font-size: 14px;
       line-height: 21px;
     }
     /* point*/
     .tools {
       text-align: left;
     }
     
     .tools_cont_img{
     width:35%;
     margin: 5px 10px 5px 0px;
     }
     .tools img {
       width:100%;  
       }
     .tools h2 {
       text-align: left;
       font-size: 21px;
       line-height: 25px;
     }
     .tools_cont {
     display: flex;
     justify-content:flex-start; 
       align-items: center;
     }
     .tools_cont_img {
      width: 25%;
      margin: 5px 0px 5px 0px;
  }
     .tools_wrap p{
       font-size: 14px;
       line-height: 21px;
       clear: both;
     }
      /* intv*/
      .intv_cont_mb {
         display: flex;
         align-items: center;
     }
     .intv_cont_mb {
      display: flex;
      align-items: center;
  }

     .c-2col__left--sp_img60 {
       width: 90%;
       padding: 5px;
     }
     .p-sogyotecho_inquiry_interview__caption {
       font-size:18px;
       line-height: 26px;
       font-weight: bold;
     }
     .c-lp_interview_area__text__copy {
                  font-weight: bold;
         line-height: 23px;
     }
     #woman_wrap .p-sogyotecho_inquiry_interview {
         font-size: 14px;
         line-height: 21px;
         clear: both;
         padding: 0px;
     }  
     h4.p-sogyotecho_inquiry_interview__caption {
         font-size: 20px;
     }
 
 
     .kuchikomi_area .note {
       line-height: 21px;
     }
     
     /* benefits*/
         .benefits {
           padding: 0px 0px 10px;
       }
       .flex_test-box {
         display: block;   
         }
       .clm p{
         font-size: 14px;
         line-height: 18px;
       }
     .clmH4{
         color:#f85707;
         font-weight: bold;
             font-size: 18px;
            line-height: 24px;
      }
        
     /* サービス一覧*/
           .sub_title {      
             font-size: 15px!important;
             line-height: 19px;
             padding: 5px 2px;
         }
 
  /*211028add*/

 
        #woman_wrap .tools img {
             width: 90%;
         }


         /*インタビュー**/

.c-2col__left--sp_img60 {
     width: 100%;
   }
c-2col__left {
     width: 50%;
     margin: 0px 20px 10px 0px;
   }
   #woman_wrap h3.p-sogyotecho_inquiry_interview__title {
     margin: 10px 0 5px;
   }
   #woman_wrap h4.p-sogyotecho_inquiry_interview__caption {
     font-size: 18px;
   }
   .c-lp_form_area__formwrap {
    overflow: hidden;
}
/*220516add*/
#woman_wrap .tools img {
  width: 60%;
}
.tools h2 {
  text-align: center;
  font-size: 18px;
}

/*220725add*/
.c-lp_title2 {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin: 20px 10px;
}

/*230427add*/
.c-lp__block__wrap {
  padding: 0 10px;
}
.c-lp_add_btn {
  padding-top: 1rem;
}
.tools_wrap {
  padding: 1rem 0;
  overflow: hidden;
}




.mb30 img{
  width: 70%;
}


#woman_wrap .c-2col__left {
  width: 50%;
  margin: 0 20px 10px 0;
}
.c-lp_form_area .c-lp_form_area__formwrap{
  margin: 0 5 40;

}
.woman_dl dl dt {
  width: 15%;
}
.woman_dl dl dd {
  width: 85%;
  line-height: 1.2;
  font-size: 1rem;
  padding: 1rem 0;
}
.btn_txt {
  font-size: 1.2rem;
  margin: 4rem auto 0rem;
}

.H3base_gray {
  padding: 1rem 0.4rem;
  line-height: 1.4;
  font-size: 1rem;
}
.c-lp_3col__subtitle--woman {
  text-align: left;
}

/*グリッドレイアウト********/
.cont3_wrap {
  display: block;
}
.cont3_container {
  display: grid;
  grid-template-rows: 110px 1fr;
  grid-template-columns: 100px auto;
}
.cont3_title {
  text-align: left;
  font-size: 1.2em;
}
.itemA {
    grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.itemB {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  display: flex;
  align-items: center;
}

.itemC {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  margin-bottom: 2rem;
}

  /*interview*/
  .interview_area_wrap {
    margin: 0;
}

.interview_area_wrap h3 {
  font-size: 1rem;
}
.interview_area_wrap h4 {
  font-size: 1.2rem;
  line-height: 1.3;
}

.interview_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.intv_img{
width: 30%;
}
.intv_title {
  width: 70%;
  padding-left: 1rem;
}
.intv_txt{
  width: 100%;
}
/*横展開レスポンシブ****/

.title_navy {
  padding: 1rem 0;
}
.title_navy h3 {
  font-size: 1.4rem;
  padding: 0 10px;
}

.btn_green {
  width: auto;
  margin: 2rem 0rem;
}
.btn_green a {
  font-size: 1.3rem;
  padding: 15px 10;
  width: auto;
}

.toph2_ss {
  font-size: 1rem;
  line-height: 1.4;
}
.dotted_dl {
  margin: 3rem auto;
  display: block;
  background: #fff;
}
.dotted_dl dt {
  font-size: 1.2rem;
  width: 100%;
  padding: 5px 0;
}
.dotted_dl dd h3 {
  font-size: 17px;
}
.dotted_dl dd {
  width: 94%;
  background: #fff;
  padding:10px 10px 0px;
  margin: 0;
  text-align: left;
}
.title_green {
  font-size: 1.2rem;
}
    
     }
