/*common*/
.mb12{
  margin-bottom: 12px;
}
.smasala .feature-block__box h3 span.asterisk-small{
    display: contents;
    font-size: 12px;
}


/*tit01*/
h3.tit01{
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-left: 16px;
}
h3.tit01::before{
  content: "";
  position: absolute;
  width: 7px;
  height: 30px;
  margin-left: -16px; 
  background-color: #063190;
  top: 0;
  left: 0;
}
.privacy-block__ttl02{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 1px;
}

/*-- table --*/
.contents.price a{
	color: #f0428f;
}
.about-maeq .price__table {
    border-spacing: 0;
}
.about-maeq .price__table tr th {
    background-color: #2851ad;
    width: 30%;
    padding: 10px 0;
    border: solid 1px #ffffff;
    color: #fff;
}
.about-maeq .price__table tr td {
    width: 30%;
/*    border: 1px solid #000;*/
/*    padding: 10px 0;*/
    vertical-align: middle;
    padding: 10px;
    border: solid 1px #ffffff;
    background: #eff2f6;
}
ul.company-table-list {
    margin-top: 2px;
	list-style: none;
	padding-left: 12px;
}
.company-table tr:nth-child(even) th,
.company-table tr:nth-child(even) td{
	background: #e1e8ff;
}
.btn-block__btn .btn2{
	background-color: #fccc00;
  border: 1px solid #fccc00;
}
.btn-block.btn-block2{
	margin-top: 40px
}



/*-table01 （タイトル青背景-*/

table.tb01{
  border-collapse: collapse;
  width: 100%;
  margin-top: 16px;
}
.tb01 th,
.tb01 td{
  padding: 16px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  vertical-align: middle;
}
.tb01 th {
  background: #3f51b5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.tb01 td{
  background-color: #f9f9f9;;
  padding: 16px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}




/*-- list --*/

/*number-type3 数字+「.」*/
.list01.number-type3{
  counter-reset: number-type1 0;
  list-style: none;
  margin-top: 24px;
} 

.list01.number-type3 > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  padding-right: 6px;
  font-size: 18px;
}

.list01.number-type3 > li{
  margin-bottom: 12px;
  text-indent: -1.2em;
  padding-left: 2em;
}


/*ここまでcommon*/
.contents.price a{
	color: #f0428f;
}
.about-maeq .price__table {
    border-spacing: 0;
}
.about-maeq .price__table tr th {
    background-color: #2851ad;
    width: 30%;
    padding: 10px 0;
    border: solid 1px #ffffff;
    color: #fff;
}
.about-maeq .price__table tr td {
    width: 30%;
/*    border: 1px solid #000;*/
/*    padding: 10px 0;*/
    vertical-align: middle;
    padding: 10px;
    border: solid 1px #ffffff;
    background: #eff2f6;
}
ul.company-table-list {
    margin-top: 2px;
	list-style: none;
	padding-left: 12px;
}
.company-table tr:nth-child(even) th,
.company-table tr:nth-child(even) td{
	background: #e1e8ff;
}
.btn-block__btn .btn2{
	background-color: #fccc00;
  border: 1px solid #fccc00;
}
.btn-block.btn-block2{
	margin-top: 40px
}

/*top page*/

.message-sign-name{
	font-size: 24px;
}
.btn-block__btn{
	z-index: 1;
}


/*maeq index.html*/

/*
.request-btn{
    background: rgb(0 32 103 / 80%);
    max-width: 840px;
    width: 88%;
    margin: 24px auto 72px;
    padding: 24px;
    font-size: 24px;
    border-radius: 8px;
}
@media (max-width: 600px){
  .request-btn{
    font-size: 16px;
  }
}
*/
.request-btn{
  padding: 72px 0;
display: flex;
justify-content: space-evenly;
}

.request-btn p>a{
  background: rgb(242 66 54 / 96%);
	border: 3px solid rgb(242 66 54 / 96%);
  max-width: 840px;
  width: 88%;
  margin: 24px auto 72px;
  padding: 24px 32px;
  font-size: 22px;
  border-radius: 8px;
  transition: .2s linear;
}

.request-btn p>a.request-btn_employee {
background-color: #fff ;
border: 3px solid rgb(242 66 54 / 96%) ;
color: rgb(242 66 54 / 96%) ;
transition: .2s linear;
}	


.request-btn_text {
margin-bottom: 60px;
}
.request-btn_text p {
text-align: center;
}

@media (max-width: 1000px){
.request-btn{
display: block;
}
.request-btn_block{
margin-bottom: 72px;
}
.request-btn_block:last-child{
margin-bottom: 0px;
}
a.request-btn_employee {
padding: 0 25px;
}
}

@media (max-width: 600px){
  .request-btn p>a{
    font-size: 16px;
  }
}

.request-btn__catch {
margin-bottom: 35px;
font-size: 18px;
font-weight: 600;
}

.request-btn p{
  text-align: center;
}
.request-btn p a{
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 355px) {
.request-btn p a{
letter-spacing: 0;
}
}

.request-btn p>a:hover{
 background: #ffffff;
color: rgb(242 66 54 / 96%);
}
.request-btn p>a.request-btn_employee:hover{
   background:rgb(242 66 54);
	color: #ffffff;
}

/*smart salary*/
.kv__copy__number{
    letter-spacing: 0.05em;
}
.smasala .kv__copy .fc-deepblue{
   letter-spacing: 0.04em;
}


/*button*/

.btn01 a{
  text-align: center;
  cursor:pointer
}  

.btn-block__btn2{
  text-align: center;
/*  border-radius: 40px;*/
  border: 2px solid transparent;
  margin-left: auto;
  margin-right: auto;
/*  margin-top: 24px;*/
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
  background: #063190;
  padding: 12px 24px;
}




/*前給LP*/

.maekyu-banner p{
  text-align: center;
}

.maekyu-banner img{
  max-width: 960px;
  width: 100%;
}

.maekyu-banner{
  background: #cee9fe;
  padding: 40px 0;
}

.maeq-top .top-block{
  padding-bottom: 16px;
}

.maeq-sec__sab_ttl {
font-size: 28px;
font-weight: 600;
text-align: center;
margin-bottom: 30px;
}
.customers_voice {
max-width: 100%;
height: auto;
width: 30%;
background-color: #fff;
list-style: none;

}
.customers_comment {
font-size: 22px;
margin-top: 15px;
font-weight: 600;
}
.customers_text {
line-height: 1.5;
margin-top: 10px;
font-weight: 300;
}
.customers_voice_box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
/*//----空　疑似要素を追記----*/
.customers_voice_box:after {
content: "";
width: 30%;
    }
/*//-------------------*/
.detail {
text-align: center;
margin-bottom: 40px;
margin-top: 40px;
font-weight: 600;
}
p.detail {
    text-align: center;
}
.detail_link {
color: #FFFFFF;
font-size: 16px;
width: 100%;
padding: 10px 50px;
background-color: #FF9417;
border-radius: 40px;
}
.btn-block img {
width: 70%;
}
.image_link {
display: block;
}
.image_link img {
transition:0.3s;
display:block;
width:100%;
box-shadow: 0 3px 4px 0 #3333337d;
}
.image_link:hover img{
opacity:0.8;
}
.right.full-w.btn-block__btn {
width: 100%;
padding: 20px 50px;
height: auto;
top: 60%;
}
@media (max-width: 480px){
.btn-block {
    margin-top: 0;
}
	}
@media (max-width: 945px){
.customers_voice_box {
display: block;
}
.customers_voice {
width: 100%;
}
.btn-block img {
width: 100%;
}
.company-list_b {
width: 40%;
margin-top: 0;
}
.company-list_box {
display: block;
}
.company-list_box p {
width: 350px;
margin: 30px auto;
}
p.maeq-sec__sab_ttl {
margin: 10px auto 30px;
}
}

/*company list*/
.maeq.companylist{
  font-family: 'Noto Sans JP', sans-serif;
}
.companylist-block{
  background: #F4F4F4;
  padding: 82px 12px 0;
}
ul.companylist-block__list{
  display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
ul.companylist-block__list li{
  margin-bottom: 60px;
  
}

.companylist-block__part{
  width: 190px;
/*  height: 450px;*/
  display: flex;
  flex-direction: column;
}

.companylist-block__part dt{
  margin-bottom: 12px;
  border-bottom: 3px dashed #8E8E8E;
  flex-grow:1;
  height: 410px;
}


.companylist-block__part .cat{
  background-color: #ffbe05;
  font-size: 12px;
  display: inline-block;
  padding: 4px 12px;
  gap: 8px;
  border-radius: 20px;
  color: #0A122A;
  margin-bottom: 8px;
  margin-right: 6px;
}



.companylist-block__part__title{
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
}
.companylist-block__part__info,
.companylist-block__part__place{
  color: #08203E;
}

.companylist-block__part__info p img{
  margin-bottom: 16px;
}
.companylist-block__part__txt{
  font-weight: 400;
}
.companylist-block__part__place{
  margin-bottom: 14px;
  display: block;
  font-weight: 400;
  height: 60px;
}

a.companylist-block__part__btn{
  background: #cccccc;
  border: 1px solid #0A122A;
  border-radius: 4px;
  color: #0A122A;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 9px 0;
  transition: linear .2s;
}
a.companylist-block__part__btn:hover{
   border: 1px solid #ffbe05;
  background: #ffbe05;
  color: #fff;
}
.dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.company-list_box {
    max-width: 1130px;
    margin: 0 auto;
    }

/*link_banner*/	

.link_banner_box{
  padding: 100px 10px;
  background-color: #e9f1fe;
  text-align: center;	
}
.link_banner_box li{
  list-style: none;
}
.link_banner_box ul{
  margin-bottom: 32px;
}
.link_banner_box ul:last-child{
  margin-bottom: 0;
}

.link_banner_box_child {	
  display: flex;
  flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
}

.link_banner_box_child li {
  margin-left: 20px;
  list-style:none;
  height: 100px;
}
	
.link_banner_box_child li:first-child {
  margin-top: 0;
  margin-left: 0;
  }

.kiraboshi_consul_banner {	   
  margin-top: 0;
  margin-left: 0;
 }


.kiraboshi_banner {	
  width: 250px;	
  padding: 10px;	
  background-color: #ffffff;	
  }

.kira_link img{
  transition: opacity .3s;
}


@media (max-width: 650px){
  .companylist-block__part__info{
    display: flex;
  }
  .companylist-block__part__info p{
    width: 33%;
  }
  .companylist-block__part{
    width: 100%;
  }
  .companylist-block__part__infoUnder{
    width: 65%;
    margin-left: 12px;
    margin-bottom: 16px;
  }
  ul.companylist-block__list li{
    margin-bottom: 72px;
  }
  .companylist-block__part__info{
    font-size: 14px;
  }
  .companylist-block__part dt{
    height: auto;
  }
  .companylist-block__part__place{
    height: auto;
  }
  .companylist-block__part__title{
    margin-bottom: 8px;
  }
}

/*contact*/

.contact .form sup.mandatory{
      font-size: 7px;
    background: #f0428f;
    padding: 4px 6px;
    border-radius: 30px;
    color: #fff;
    font-weight: 900;
    top: 0.45em!important;
}
.contact .form sup.non.mandatory{
  	background: #fff;
    color: #f0428f;
    border: 1px solid #f0428f;
}  

/*smart salary*/
.smasala .kv .contact-block{
  	top: inherit;
  	bottom: 8%;
    right: 0;
}
.smasala .kv__fig img{
 max-width: 530px;
width:100%;
}
.smasala .kv__copy--sub{
  font-size: 30px;
}
.smasala .kv__copy .fs-s{
  font-size: 18px;
}

.smasala .kv__fig{
  transform: translateX(40px);
}


@media (max-width: 1024px){
.smasala .kv__fig {
    width: 42vw;
   transform: translateX(25px);
}
  .smasala .kv__copy--sub{
    font-size: 2.4vw;
  }
  .smasala .kv__copy .fs-l{
    font-size: 5.6vw;
  }
  .smasala .kv__copy .fs-s{
    font-size: 12px;
  }
  .smasala .kv__copy .fs-m{
    font-size: 3.6vw;
  }
  
  .smasala .kv .contact-block{
    bottom: 3.4%;
    width: 27vw;
  }
  .smasala .kv .contact-block__ttl{
    font-size: 1.6vw;
  }
  .smasala .kv .contact-block__txt--l{
    font-size: 3vw;
  }
  .smasala .kv__copy--bg{
    font-size: 2.4vw;
    padding-bottom: 2vw;
    width: 24vw;
    margin-top: 4.2vw;
  }
  
  
}
@media (max-width: 480px){
 .smasala .kv__fig{
      transform: translateX(0vw);
      width: 100%;
 }
  .smasala .kv__copy--bg {
    margin: 6vw auto 0;
}
  .smasala .kv__copy .fs-m{
    font-size: 8vw;
  }
  .smasala .kv__copy .fs-l{
    font-size: 13vw;
  }
  .smasala .kv__copy--sub {
    font-size: 5.7vw;
}
  .smasala .kv__copy--bg{
    font-size: 5.2vw;
    width: 54vw;
    padding-bottom: 4vw;
  }

  .smasala .kv .contact-block{
    width: 100%;
    text-align: center;
    top: 0;
    bottom: inherit
  }
  .smasala .kv .contact-block__ttl{
    font-size: 4.6vw;
  }
  .smasala .kv .contact-block__txt--l{
    font-size: 6.5vw;
  }
  
  /*link_banner*/	
  .link_banner {	
  padding: 60px 10px;	
  }	
/*
  .kiraboshi_consul_banner {	
  width: 200px;	
  }
*/ 
}

@media (max-width: 560px){
/*link_banner*/
.link_banner li:first-child {
margin-top: 0;
}
  .link_banner li{
    margin-left: 0;
}
}


/*customers_voice*/

.customers_voice_category {
    background-color: #ffffff;
    border: solid 1px #FF9417;
    font-size: 11px;
    display: inline-block;
    padding: 2px 12px;
    gap: 8px;
    border-radius: 20px;
    color: #FF9417;
    margin: 10px 3px 8px 0;
}
.customers_company {
    border: none;
    border-bottom: 0.1px solid #333;
    margin: 0;
    font-weight: 500;
}
.customers_voice_inner {
    padding: 12px;
}
.customers_btn {
    display: block;
    width: 290px;
    margin: 60px auto 120px;
}

@media (max-width: 560px) {
.detail {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 25px;
    font-weizght: 600;
} 
}


/*ホワイトペーパー*/
.whitepaper-thumbnail {
    background-color: #EEF4F8;
    padding-top: 100px;
    padding-bottom: 60px;
}
.whitepaper-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 35px;
    max-width: 1130px;
    margin: 0 auto;
    list-style: none;
}
/*//----空　疑似要素を追記----*/
.whitepaper-inner:after {
content: "";
width: 30%;
    }
/*//-------------------*/
.img_dl {
    width: 33px;
    margin-right: 10px;
}
img.white_img {
    width: 100%;
    margin-bottom: 20px;
}
.whitepaper_box {
    max-width: 100%;
    height: auto;
    width: 30%;
    background-color: #fff;
    margin-top: auto;
    margin-bottom: 70px;
}

.whitepaper_box2 {
  max-width: 100%;
  height: auto;
  /* width: 640px; */
  background-color: #e4e4e4;
  margin: auto auto 70px;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around
}
.whitepaper_box2 a{
  width: 320px;
  max-width: 100%;
}
.whitepaper_box2 div{
  width: 50%;
}
.whitepaper_box2 p.whitepaper_comment{
  text-align: left;
  margin-bottom: 6px;
}

p.white_detail-2{
  margin-top: 12px;
}
p.white_detail-2 a.white_detail_link{
  height: 52px;
  line-height: 52px;
}
li.whitepaper_box2 img.white_img{
  margin-bottom: 0;
}
@media screen and (max-width: 840px){
  .whitepaper_box2{
    display: block;
  }
  .whitepaper_box2 a {
    width: 560px;
    max-width: 100%;
    margin: 0 auto 4px;
  }
  .whitepaper_box2 div{
    width: 100%;
  }
  .whitepaper_box2 div{
    text-align: center;
  }
  .whitepaper_box2{
    background-color:#c8d6e7 ;
  }
  .whitepaper_box2 p.whitepaper_comment{
    text-align: center;
  }
  li.whitepaper_box2 img.white_img{
    margin-bottom: 24px;
  }
}


p.whitepaper_comment {
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
p.white_detail {
    margin-top: 60px;
}
.white_detail_link {
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #182E4A;
    border-radius: 8px;
    height: 63px;
    line-height: 63px;
}
.whitepaper_text {
    padding: 0 16px;
    font-weight: 300;
}
p.white_btn {
    text-align: center;
}
.white_btn {
    display: block;
    width: 350px;
    margin: 60px auto 90px;
}

@media (max-width: 945px) {
.whitepaper-inner {
    display: block;
}
    .whitepaper_box {
    max-width: 100%;
    height: auto;
    width: 100%;
    background-color: #fff;
    margin-top: auto;
    margin-bottom: 60px;
}
}

/*ホワイトペーパー　資料ダウンロード一覧*/
.wp_ttl {
    color: #19408E;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 80px;
}
.wp_inner {
    background-color: #EEF4F8;
    padding-top: 70px;
}
/*前給ページ前給するなら*/
.maeq-top .service .raraq-block__ttlarea .icon-circle {
    background-color: #B63373;
}
.lalapayplus_banner {
    text-align: center;
    margin-top: 30px;
}





@media (min-width: 480px) {
.footer-top__list {
flex-wrap: wrap;
padding-left: 30px;
padding-right: 30px;
}
.footer_navigation_customer_vocie_mobile {
display: none;
}
}

@media (max-width: 480px) {
.footer_navigation_customer_vocie_pc {
display: none;
}
}

.footer-top__list{
  flex-direction: row;
  flex-wrap: wrap;
  width: 70%;
}
.footer-top__item {
    margin-bottom: 8px;
}
@media (max-width: 480px){
 .footer-top__list{
    width:100%;
  } 
}

/*前給サービスサイト*/

/*ナビ*/
.maeq_arrow_btn {
    display: flex;
    background: rgba(252, 198, 61, 0.63);
}
.maeq_arrow_btn img {
    max-width: 10%;
    height: 30px;
    margin-left: 20px;
}
li.maeq_faq {
    padding-top: 10px;
}
li.maeq_login {
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 10px;
}
nav.section_login {
    background: rgba(252, 198, 61, 0.63);
}
.login_btn_q {
    display: flex;
}

/*前給MV*/
.maeq_title_img img {
    width:100%;
}

/*body*/
body {
/*    background-color: #fff1cd;*/
}
/*背景色_wh*/
.maeq_fv,
.section_ex {
    background-color: #ffffff;
}


/*導入企業一覧*/
h2.maeq-sec__sab_ttl {
    padding-top: 60px;
}
.maeq_sub_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto;
    max-width: 80%;
}
.maeq_sub {
    width: 40%;
}
.color_or {
    color: #F26F27;
}
.maeq_sub_ex p {
    font-size: 19pt;
}
.maeq_title_img img {
    width: 100%;
/*    max-width: 400px;*/
}
span.marker {
    background-color: #ffe298;
}
span.marker_or {
    background-color: #ffac7ea1;
}
.maeq_calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 60px;
    padding: 0 100px;
}
.company-List_logo {
    max-width: 1280px;
}
.maeq_fv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 15px;
}
.maeq_title_img {
    text-align: center;
    width: 90%;
    margin-left: 30px;
}
.maeq_sub {
/*    width: 60%;*/
    margin: 0 auto 20px;
}
.maeq_calendar_ex p {
    font-size: 20px;
}
.maeq_calendar_ex p {
    font-size: 20px;
    margin: 30px auto;
    width: 100%;
    max-width: 600px;
}
.maeq-sec__ttl_dotsline img {
    width: 10%;
    text-align: center;
}
.maeq-sec__ttl_dotsline {
    text-align: center;

}
.company-List_logo img {
    width: 100%;
}
.maeq-sec__ttl {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    }
.sec_achievement {
    background-color: #FFFFFF;
    padding: 30px 0 30px;
}
.section_utilization {
    background: #fff1cd;
    padding: 60px;
}
.utilization_box img {
    width: 100%;
}
.utilization_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px;
}
p.utilization_ex {
    font-size: 18px;
}
.maeq-sec__ttl {
    margin-top: 60px;
    padding-top: 60px;
}

/*02定着率UP*/

.reason_number img {
    width: 8%;
}
.reason_number {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 60px;
}
.reason_number_sub {
    font-size: 42px;
    font-weight: 600;
}

p.reason_ex_source {
    font-size: 14px;
    text-align: center;
}
.reason_explan {
    margin-top: 15px;
}
.reason_ex {
    font-size: 20px;
    padding-top: 60px;
    text-align: center;
}
.reason_img {
    width: 60%;
    display: block;
    margin: 60px auto;
}
.reason_img2 {
    width: 40%;
    display: block;
    margin: 60px auto;
}

/*前給が選ばれる理由*/
.section_reason {
    background-color: #ffffff;
    padding: 30px 30px 60px;
}
.reason_img3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 20%;
    margin: 60px auto;
}
img.reason_img3_card {
    width: 80%;
}
.marker_color_or {
    color: #F26F27;
    background-color: #ffe298;
}
.marker_color_ye-bk {
    color: #333333;
    background-color: #fcc63d;
    font-weight: 500;
}
.text_peace p {
    font-size: 32px;
    font-weight: 500;
    list-style: none;
}
.text_peace img {
    width: 4%;
}
.reason_text_safty {
    font-size: 32px;
    padding-bottom: 60px;

}
.reason_text {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 20px 20px 100px;
}
.maeq_cost {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}
.maeq_cost_system {
    margin: 30px auto;
    width: 68%;
}
/*チェックリスト_04各法律を意識した…*/
 
.reason_list {
  position: relative;
  background: #fff1cd;
  padding: 2rem;
  max-width: 50%;
  margin: 20px auto;
}
.reason_list li {
  position: relative;
  padding-left: 2.6rem;
  margin-top: 2rem;
  color: #3c3c3c;
  line-height: 2.4rem;
  list-style: none;
  font-size: 28px;
}
.reason_list li:first-child {
  margin-top: 0;
}

.reason_list li:before {
  content: "";
  position: absolute;
  background: #7f7f7f;
  display: block;
  width: 24px;
  height: 16px;
  left: -5px;
  top: 2px;
  transform: rotate(-45deg);
}
.reason_list li:after {
  content: "";
  position: absolute;
  background: #fff1cd;
  display: block;
  width: 24px;
  height: 16px;
  left: -5px;
  top: -6px;
  transform: rotate(-45deg);
}

@media (min-width: 480px){
.reason_img__intro_sp {
    display: none;
    }
 }

@media (max-width: 479px){
    .reason_img__intro_pc {
    display: none;
    }
}
.maeq_cost_system {
    display: block;
    text-align: left;
}
.fee_ex_catch {
    font-size: 16px;
    text-align: left;
    display: inline-block;
}
ul.explain-fee-box {
    width: 68%;
    margin: 30px auto;
    list-style: none;
}
.explain-fee-title {
    margin-bottom: 20px;
}
p.tax {
    text-align: end;
}
/*tableご利用料金*/
h2.maeq-sec__ttl.maeq-sec__ttl_use {
    margin-top: 0;
    padding-top: 0;
}
.border {
	width: 100%;
	border-collapse: collapse;
}
.border th {
	text-align: center;
	padding: 8px;
	border: 1px solid white;
}

.border td {
	text-align: center;
	padding: 8px;
	border: 1px solid #a0a0a0;
}

.border tr:nth-last-child(1) td {
	border: none;
	padding: 0px;
	text-align: right;
	font-weight: 600;
}
.border tr:nth-child(1) th {
	color: #FFFFFF;
	font-size: 20px;
    font-weight: 500;
}

.border tr:nth-child(2) td:nth-child(1),
.border tr:nth-child(3) td:nth-child(1) {
	background-color: #0C315712;
	font-weight: 400;
    font-size: 20px;
}

.border tr:nth-child(2) td:nth-child(2),
.border tr:nth-child(3) td:nth-child(2),
.border tr:nth-child(2) td:nth-child(3),
.border tr:nth-child(3) td:nth-child(3) {
	background-color: #feede6;
	font-weight: 400;
    font-size: 20px;
}
.border_lpk tr:nth-child(2) td:nth-child(2),
.border_lpk tr:nth-child(3) td:nth-child(2),
.border_lpk tr:nth-child(2) td:nth-child(3),
.border_lpk tr:nth-child(3) td:nth-child(3) {
	background-color: #f9eaf1;
	font-weight: 400;
    font-size: 20px;
}
th.transfer_amount {
    background-color: #0C3157;
}
th.bank {
    background-color: #F26F27;
} 
p.fee_ex {
    text-align: left;
}
.cell_pk {
    background-color: #c52e7a;
}
.cell_lpk {
    background-color: #f9eaf1;
}
.border tr:nth-child(1) th {
    color: #FFFFFF;
     font-size: 16px; 
    font-weight: 500;
}
.border tr:nth-child(2) td:nth-child(1), .border tr:nth-child(3) td:nth-child(1) {
    background-color: #0C315712;
    font-weight: 400;
     font-size: 16px; 
}
.border tr:nth-child(2) td:nth-child(2), .border tr:nth-child(3) td:nth-child(2), .border tr:nth-child(2) td:nth-child(3), .border tr:nth-child(3) td:nth-child(3) {
    background-color: #feede6;
    font-weight: 400;
     font-size: 16px; 
}
.border_lpk tr:nth-child(2) td:nth-child(2), .border_lpk tr:nth-child(3) td:nth-child(2), .border_lpk tr:nth-child(2) td:nth-child(3), .border_lpk tr:nth-child(3) td:nth-child(3) {
    background-color: #f9eaf1;
    font-weight: 400;
     font-size: 16px; 
}
.border tr:nth-last-child(1) td {
     font-weight: 400;
     font-size: 12px;
}

/*<!--/ララPayプラスとは-->*/
.about_lala {
    background-color: #f5f8fd;
    padding: 80px 15px;    
}
.explain-fee_asterisk p {
    text-align: left;
}
.about_lala_catch,.about_lala_app,.about_lala_charge {
    display: block;
    margin: 60px auto;
    width: 35%;
}
.about_lala_app {
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    width: 90%;
    max-width: 90%;
}
.about_lala_catch img {
    margin-bottom: 12px;
}
.about_lala_charge {
    display: block;
    margin: 60px auto;
    width: 90%;
    border-radius: 48px;
}
.about_lala_charge_catch {
    margin-bottom: 10px;
    font-weight: 600;
}
.lala_detail_btn {
    display: flex;
    justify-content: center;
}
.lala_detail_btn p a {
    background-color: #df4386;
    color: #fff;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 380px;
    height: 100%;
    padding: 10px;
    font-size: 26px;
    font-weight: bold;
    /* color: #063190; */
    text-decoration: none;
    transition: all 0.2s linear; 
    text-align: center;
}
.about_lala_catch_ex p {
    text-align: center;
    font-size: 19px;
}
p.about_lala_charge_catch {
    text-align: center;
}
.about_lala_catch_subtext {
    text-align: center;
    font-size: 20px;
}

/*<!--よくあるご質問-->*/
section.section_content_faq {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.faq_flame_bg {
    background: #fff1cd;
    border-radius: 32px;
    height: 215px;
    width: 1100px;
    margin: 60px auto;
    padding: 40px 0 0 80px;
    max-width: 77%;
}
.faq_flame {
    display: flex;
    margin-bottom: 30px;
}
.faq_box_q {
    color: #F26F1A;
    font-size: 20px;
    font-weight: 700;
}
img.q_image {
    width: 35px;
    margin-right: 30px;
}
p.answer {
    text-align: left;
}
.faq_flame_bg2 {
    background: #ffe298;
    border-radius: 32px;
    height: 215px;
    width: 1100px;
    margin: 60px auto;
    padding: 40px 0 0 80px;
    max-width: 80%;
}
.mt_25 {
    margin-top: 25px;
}
.mt_15 {
    margin-top: 15px;
}
.faq_flame_bg3 {
    height: 430px;
}
/*<!--/よくあるご質問-->*/

/*<!--TOP_3分前給DLボタン-->*/

.maeq_main2_btn_img {
    border-style: none;
}
.maeq_main2 {
    cursor: pointer;
}
img.arrow_mini {
    width: 17%;
}
/*<!--/TOP3分前給DLボタン-->*/

/*<!--ヘッダー_ヘッダー前給ご利用の方へ-->*/

ul.login_btn {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
/*<!--/ヘッダー_ヘッダー前給ご利用の方へ-->*/
p.maeq_to-user {
    font-weight: 600;
    font-size: 20px;
    display: block;
    padding: 20px;
}

/*<!--ヘッダー_よくあるご質問ボタン-->*/

.maeq_faq_link, .maeq_login_link{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    width: 100%;
    padding: 10px 18px;
    height: auto;
    top: 60%;
    background: #fff;
    display: block;   
}
.maeq_login_link {
    border-radius: 10px;
}
/*<!--/ヘッダー_よくあるご質問ボタン-->*/

.maeq_user {
    display: flex;
    justify-content: center;
}
.maeq_faq_link {
color: #fff;
/*    align-items: center;*/
    background: #000000;
    border-bottom: 0px solid #333;
    border-left: 0px solid #333;
    border-right: 0px solid #333;
    border-top: 0px solid #333;
    bottom: auto;
/*
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
*/
    height: 150px;
/*    justify-content: center;*/
    left: auto;
    margin: 0 0 0 0;
    position: fixed;
    right: 0px;
    top: 171px;
    width: 4%;
    z-index: 2;
    max-width: 4%;
}

nav.section_login, .section_top-img_title {
    background: #fff1cd;
}

/*資料ダウンロード*/
.maeq_dl_catch {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.maeq_dl_box {
    width: 55%;
    max-width: 686px;
    margin: 0 auto 30px;
}
p.maeq_dl_comment {
    font-size: 24px;
/*    font-weight: 400;*/
    margin-bottom: 40px;
}
p.maeq_dl_text {
    text-align: left;
}
.maeq_dl_btn_link {
    display: flex;
    justify-content: center;
    width: 100%;
}
.maeq_dl_btn p button,
.maeq_dl_btn_disagree p a {
    color: #fff;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 280px;
    height: 100%;
    padding: 10px;
    font-size: 26px;
    font-weight: bold;
    /* color: #063190; */
    text-decoration: none;
    transition: all 0.2s linear; 
}
.maeq_dl_btn p button {
    background-color: #f26f27;
    border: 3px solid #f26f27;   
}
.maeq_dl_btn_disagree p a {
    background-color: #807d7d;
    border-bottom: 3px solid #807d7d; 
}
.maeq_dl_btn_disagree {
    padding-left: 50px;
}
.mb_100px {
    margin-bottom: 100px;
}
.p_information_link,
.p_info_handling_link {
    color: #484cb8;
    font-family: var(--s-font-90958285);
    font-weight: 500;
    text-decoration: underline;
}
.q-column {
    display: flex;
    margin-bottom: 5px;  
}
.notice_text {
    border-radius: 27px;
    padding-right: 10px;
    height: 20px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: #F26F27;
    color: #FFF;
    font-family: Inter;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.18px;
}
.input {
    width:100%;
    background-color: #F4F4F4;
    border-radius: 6px;
    border: none;
    padding: 10px 100px 10px 10px;
    margin-bottom: 30px;
}
.q-title-margin {
    font-weight: 600;
    padding-left: 6px;

}
.question {
    text-align: center;
}

/*/資料ダウンロード*/
section.section_content_dl {
    background-color: #fff;
    padding-bottom: 180px;
}
.question {
    width: 686px;
    margin: 0 auto;
}




/*    PC    */
@media (min-width: 945px) {
.maeq_title_img_sp img {
        display: none;
}
.company_list_sp {
     display: none;
    }
.arrow_sp {
    display: none;
    }
.reason_img_sp {
    display: none;
}
.reason_ex_source {
        display: none;
    }
    }
/*    SPレスポンシブ    */
@media screen and (max-width: 944px) {
.maeq_title_img_sp img {
       padding-bottom: 20px;
}
/*資料請求*/
.maeq_faq_link {
color: #fff;
/*    align-items: center;*/
    background: #000000;
    border-bottom: 0px solid #333;
    border-left: 0px solid #333;
    border-right: 0px solid #333;
    border-top: 0px solid #333;
    bottom: auto;
/*
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
*/
    height: 120px;
/*    justify-content: center;*/
    left: auto;
    margin: 0 0 0 0;
    position: fixed;
    right: 3px;
    top: 171px;
    width: 4%;
    z-index: 2;
    max-width: 4%;
}
.maeq_fv {
    padding-bottom: 10px;
}
.section_login {
     font-size: 14px;
     height: 55%;
     max-width: 100%;
    }
.maeq_title_img img {
    display: none;
    }
.maeq_dl_btn_link {
    display: block;
}
.maeq_dl_btn {
    margin-bottom: 20px;
    }
a.maeq_login_link {
    font-size: 14px;
    padding: 5px;
}
p.maeq_to-user {
    font-size: 14px;
    text-align: left;
    padding: 0;
    line-height: 30px;
}
.login_btn_q {
    display: flex;
}
.maeq_user {
    display: block;
    padding: 10px;
}
img .maeq_to-user {
    margin-left: 5px;
    margin-left: 10px;
    }
.maeq_arrow_btn img {
    max-width: 8%;
     }
ul.login_btn {
    justify-content: center;
    background-color: rgba(252, 198, 61, 0.63);
}
.maeq_arrow_btn {
    background-color: transparent;
}
    
 /*fv*/
.maeq_fv {
    display: block;
}
.maeq_working_p img {
     padding-top: 30px;
    }
.company_list {
     display: none;
    }
img.company_list_sp {
    width: 100%;
    padding: 0 40px;
    }
.maeq_sub_box {
    display: block;
}
img.maeq_img {
    width: 100%;
    }
.maeq_sub_ex p {
    font-size: 16pt;
}
 /*前給とは*/
.maeq_calendar {
    display: block;
    padding: 0 20px;
}
.arrow_pc {
    display: none;
    }
.arrow {
    width: 10%;
    margin: 5px auto;
}
.maeq_calendar_ex p {
    font-size: 16px;
    padding: 0 20px;
}
h2.maeq-sec__ttl {
    font-size: 28px;
    margin-top: 30px;
}
.maeq-sec__sab_ttl {
    font-size: 24px;
}
.maeq-sec__ttl {
    margin-top: 0;
    padding-top: 0;
}
.br_sp {
    display: none;
    }
.section_utilization {
    background: #fff1cd;
    padding: 30px 20px;
}
.utilization_box {
    display: block;
    margin: 30px;
}
.utilization_box img {
    margin: 30px 20px;
}
.reason_number_sub {
    font-size: 20px;
    font-weight: 600;
}
.reason_number img {
    width: 20%;
    margin-right: 10px;
}
.reason_ex {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}
.reason_img_up {
    display: none;
    }
p.reason_ex_source {
    font-size: 12px;
    width: 90%;
    text-align: center;
    margin: 20px auto;
}
.reason_img_sp {
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
}
img.reason_img_up_sp {
    width: 60%;
}
    
    
/*01求人応募数増加を見込める*/  


/*02定着率アップ*/
section.section_reason2 {
   padding: 10px 30px 30px;   
    }
.reason_img2 {
    width: 80%;
    display: block;
}
p.reason_img2 {
    margin-bottom: 20px;
    }
.reason_img3 {
    display: block;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
    margin: 60px auto;
}
img.reason_img3_card {
    width: 80%;
    margin-bottom: 20px;
}
img.reason_img3_lend {
    width: 95%;
    }
.section_reason {
    background-color: #ffffff;
    padding: 0 30px 30px 30px;
}
.reason_number {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 30px;
}
/*04各法律を意識した…*/
    
.reason_img_check {
    width: 50%;
}
.text_peace p {
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    text-align: left;
}
.text_peace {
    display: flex;
}
.reason_text {
    padding: 5px;
    margin: 12px auto;
}
.reason_text_safty {
    font-size: 32px;
    padding-bottom: 0; 
}
p.text_peace {
   text-align: left;
    }
img.reason_img_check.check2 {
    width: 50%;
}
img.reason_img_check {
    width: 50%;
}
img.reason_img_check.check3 {
    width: 63%;
}
img.reason_img_check.check4 {
    width: 49%;
}
.ml_15px {
    margin-left: 15px;
    }
    
/*チェックリスト_04各法律を意識した…*/
 
.reason_list {
  position: relative;
  background: #fff1cd;
  padding: 2rem;
  max-width: 92%;
  margin: 0 auto;
}
.reason_list li {
  position: relative;
  padding-left: 2.6rem;
  margin-top: 2rem;
  color: #3c3c3c;
  line-height: 2.4rem;
  list-style: none;
  font-size: 18px;
}
.reason_list li:first-child {
  margin-top: 0;
}

.reason_list li:before {
  content: "";
  position: absolute;
  background: #7f7f7f;
  display: block;
  width: 24px;
  height: 16px;
  left: -5px;
  top: 2px;
  transform: rotate(-45deg);
}
.reason_list li:after {
  content: "";
  position: absolute;
  background: #fff1cd;
  display: block;
  width: 24px;
  height: 16px;
  left: -5px;
  top: -6px;
  transform: rotate(-45deg);
}
.reason_ex {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  margin: 0 auto;
  max-width: 90%;
}
/*導入運用の流れ_ご利用料金*/

p.fee_ex_catch {
    font-size: 20px;
    margin-top: 20px;
}
.fee_ex {
  font-size: 16px;
    }
.maeq_cost {
  font-size: 20px;    
    }
ul.explain-fee-box {
    width: 100%;
    margin: 30px auto;
    list-style: none;
}
.explain-fee-main {
    width: 95%;
    margin: 0 auto;
}
/*lala pay プラス*/
.about_lala_catch {
    width: 75%;
    display: flex;
    align-items: center;
}
.about_lala {
    background-color: #f5f8fd;
    padding: 30px 15px;    
}
.about_lala_catch_text {
    width: 100%;
}
.about_lala_catch_ex {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    }
.about_lala_app img {
     width: 60%;   
    }
.about_lala_charge img {
     width: 100%;   
     background-color: #fff;
     border-radius: 20px;
    }
    
/*ララPayプラスボタン*/
.lala_detail_btn p a {
    width: 260px;
    font-size: 24px;
    line-height: 3.2rem;
}
    
/*よくある質問*/
.faq_box_q {
    color: #F26F1A;
    font-size: 16px;
    font-weight: 400;
}
.faq_flame_bg {
    padding: 15px;
  }
.faq_flame_bg2 {
    padding: 15px;
}
.faq_flame_bg3 {
    height: 620px;
}
section.section_content_faq {
    padding-bottom: 30px;
}
p.maeq_dl_comment {
    font-size: 20px;
    text-align: left;
}

/*/資料ダウンロード*/
.question {
    width: 97%;
}
.maeq_dl_box {
    width: 75%;
    margin: 0 auto 30px;
}
.maeq_dl_btn_disagree {
     padding-left: 0; 
}
      
.btn-block_dl {
    padding: 30px 20px;
}

}

img.dl_img_icon {	
width: 35%;	
}	
.btn-block_dl {	
text-align: center;	
background: #ff9900;	
border-radius: 24px;	
padding: 20px;	
width: 70%;	
max-width: 100%;	
margin: 0 auto 50px;	
}	
p.dl_here.mt_15 {	
color: #fff;	
font-size: 26px;	
}
    
.f_20 {
    font-size: 20px;
}

