 /* LP改修 211007add */
 #woman_wrap{  /* background-color: #fffecc; 疑似背景色 */ }
 #woman_wrap .p-sogyotecho_inquiry_lp__top_main__txt {
     background-color: #ff6d91;
 }
 #woman_wrap strong{color: #ff6d91;}
 #woman_wrap em {   color: #008c23; font-weight: normal; 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: 27px;
   font-weight: bold;
    width: 100%;
   margin-bottom: 10px;
   padding: 40px 5px;
   text-align: center;
 }
 
  /*見出し*/
  .woman_main_title {
     font-size: 26px;
     background-color: #dde2e5;
     padding: 5px;
     text-align: center;
     line-height: 32px;
     margin: 24px auto;
 }
 .woman_topH2 {
  background-color: #ff6d91;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  padding: 3px 6px;
}
 #woman_wrap .woman_topH2 strong{
     color: #ffff00;
     font-weight: normal;
 }
 .woman_topH3 {
     font-size: 27px;
     background-color: #efefef;
     color: #ff6d91;
     padding: 10px;
     line-height: 32px;
     margin: 10px auto 30px;
     border-radius: 5px;
 }
 .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: bold;
     width: 100%;
     padding: 40px 5px;
     text-align: center;
 }
 
 .woman_H3B {
     font-size: 24px;
     background-color: #efefef;
     padding: 10px;
     line-height: 32px;
     margin: 10px auto 10px;
     border-radius: 5px;
     font-size: 27px;
     font-weight: bold;
     width: 100%;
     padding: 40px 5px;
 
     color: #4abccb;
 }
 
 
 .sub_title {
     background-color: #001E54;
     text-align: center;
     color: #ffffff;
     font-size: 18px!important;
     line-height: 32px;
     width: 100%;
   }
   .c-lp_3col__subtitle--woman {
     color: #4abccc;
     font-size: 18px;
     text-align: center;
 }
 .c-lp_interview_area__text__name--woman {
  padding-left: 10px;
}
  /*帯*/
  .p-funding_lp_back_woman2 {
     background-color: #001b54;
     margin-top: 30px;
 }
 .p-funding_lp_back_woman3 {
     background-color: #ff6d91;
 }
  /*dl*/
 .woman_dl{
 font-size: 27px;
 margin: 5rem auto 4rem;
 
 }
 .woman_dl h2{
     color: #EB6D8E;
     text-align: center;
     border-bottom: 3px solid #EB6D8E;
     padding-bottom: 30px;
     }
 
     .woman_dl dl dt{
         color: #EB6D8E;
         border-bottom: 3px solid #EB6D8E;
         margin: 0px;
         padding: 30px 20px 30px 5px;
         }
         .woman_dl dd{
             border-bottom: 3px solid #EB6D8E; 
             margin: 0px;
             padding: 30px 0px;
 
             }
  /*interview*/
 .p-woman_interview_area { padding-top: 40px; }
 .c-lp_interview_area__text__name {
     display: block;
 }
 
  /*リンクバナー*/
 .c-lp_add_btn__link--woman {
     background-color: #EB6D8E;
     border: 1px solid #EB6D8E;
     color: #ffffff;
    
     padding: 15px 40px;
 }
 .c-lp_add_btn__link--woman span {
  color: #ff0;
}

.c-lp_add_btn a:hover span{
  color: #EB6D8E;
}

 #woman_wrap .c-lp_add_btn {
  padding: 30px 0 70px 0;
}
 /* 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;
 }
  /*無料アイコン*/
  .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 #ed698c;
     color: #ed698c;
     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 #ed698c;
 }
 .free_ico:after {
     border: solid 14px transparent;
     border-top: solid 14px #fff000;
     margin-top: -5px;
 }
 .free_ico p {
     margin: 0;
     padding: 0;
 }
  /* 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;
   }
   .add_btn:hover {
     color: #ffffff;
     background-color: #ff0000;
   }
 
   .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;
}

/*横展開***************/
.c-lp_title {
  font-weight: normal;
}
.c-lp_add_btn__link--woman {
  font-size: 1.9rem;
  padding: 15px 20px;
}

/*帯****/

.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;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Meiryo, メイリオ, sans-serif !important;
}

/*ボタングリーン****/
.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: #EB6D8E;
  border: 1px solid #EB6D8E;
  color: #fff;
  /*   font-weight: 600;*/
  display: block;
  width: 70%;
  margin: 0.5rem auto;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Meiryo, メイリオ, sans-serif !important;
}
.btn_green a:hover {
background-color: #fff;
border: 1px solid #EB6D8E;
color: #EB6D8E;
text-decoration: none;
}
.btn_green a:hover span{
color: #EB6D8E;
}
.btn_txt {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
/* ipad*/
@media screen and (max-width:820px) {
.btn_green { width: auto;}
}

/*ページ紹介【cont3】************************************************/
.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;
  width: 33%;
}
.itemA {
  margin: auto;
}

.itemA img{
margin: auto;
}

.itemB {
  padding: 0 0.4rem;
}

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

/*インタビュー************************************************/
.interview_area_base{
  background-color: #fce2e8;
  padding: 6rem 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: #eb6d8e;
color: #fff;
padding: 0.01rem 1rem;
margin: 0 0 1rem;
border-radius: 4px;
}
.interview_area_wrap h4 {
color: #eb6d8e;
font-size: 1.3rem;
line-height: 1.5;
}

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




 /*レスポンシブ woman*/
 /* ipad*/
 @media screen and (max-width:768px) {
  #woman_wrap {
    width: 100%;
}
     #woman_wrap .c-lp__block__wrap {
         padding: 0px 5px;
     }
 
     #woman_wrap .c-lp__block__wrap p {
         padding: 0px 10px;
     }
     /* dl*/
     .woman_dl {
         font-size: 24px;
         margin: 40px 10px 50px;
     }
     .woman_dl dd {
         font-size: 20px;
     }
 
   .woman_dl dl dt {
     padding: 0px 15px 0px 5px;
     font-size: 16px;
     height: 60px;
     line-height: 60px;
 }
 .woman_dl dd {
     padding: 5px 0px 5px;
     height: 50px;
     line-height:50px;
     font-size: 16px;
 }
 }
 @media screen and (max-width:730px) {
     .mb_off{
       display: none;
     }
     .mb_on{
       display:block;
     }
 
   #woman_wrap .c-lp_add_btn {
         padding: 15px 5px;
         font-size: 18px;        
       }    
     
   /* 無料アイコン*/
   .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_main_title {
         font-size: 18px;
         line-height: 24px;
         font-weight: bold;
     }
     .woman_topH2 {
      font-size: 1rem;
  }
     .woman_topH3 {
         font-size: 18px;   
         line-height: 24px;
         font-weight: bold;
     }
 
     h3.c-lp_3col__subtitle--woman {
         font-size: 17px;
         text-align: left;
     }
     .woman_dl h2 {
         padding-bottom: 10px;
         font-size: 18px;
         line-height: 24px;
         margin:30px 5px 10px;
     }
   /* dl*/
   .woman_dl{
     margin: 0px 5px 30px;  
   }
   .woman_dl dl dt {
     padding: 0px 15px 0px 5px;
     font-size: 16px;
     height: 60px;
     line-height: 60px;
 }
 .woman_dl dd {
     padding: 5px 0px 5px;
     height: 50px;
     line-height: 21px;
     font-size: 16px;
 }
     /* 余白*/
 #woman_wrap .c-lp__block__wrap p {
         padding: 0px 10px;
     }
 #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;
     }
     .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-size: 16px;
         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_H3, .woman_H3B {
     font-size: 18px;
     padding: 20px 5px;
     line-height: 24px;
 }
 
        #woman_wrap .tools img {
             width: 90%;
         }
         #woman_wrap .c-lp_add_btn__link {
             font-size: 18px;
             padding: 8px 20px;
             font-weight: bold;
         }
 
         /*インタビュー**/
 #woman_wrap .intv_cont_mb {
     display: flex;
     align-items: center;
   }
   #woman_wrap .c-2col__left--sp_img60 {
     width: 100%;
   }
   #woman_wrap .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;
}

.tools_wrap {
  overflow: visible;
}

/*横展開レスポンシブ****/

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

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

/*グリッドレイアウト【cont3】レスポンシブ********/
.cont3_wrap {
  display: block;
}
.cont3_container {
  display: grid;
  grid-template-rows: 110px 1fr;
  grid-template-columns: 100px auto;
  width: auto;
}
.cont3_title {
  text-align: left;
  font-size: 1.2em;
  padding-top: 0.5rem;
}
.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_base {
  padding: 3rem 1rem 2rem;
}

.interview_area_wrap h3 {
  text-align: center;
  margin-top: 1rem;
}
.interview_area_wrap h4 {
  font-size: 1rem;
  font-weight: 600;
}

.interview_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.intv_img{
width: 40%;
}
.intv_title {
  width: 60%;
  padding-left: 1rem;
}
.intv_txt{
  width: 100%;
}
  
.intv_txt p{
 padding-top: 10px;
}

.btn_txt {
  font-size: 1.2rem;
}
     }
