@charset "utf-8";
/* CSS Document */
.eyelashes {
  width: 100%;
}
.eyelashes .sec01 h2 {
  margin: 0 !important;
  padding: 0 !important;
}
.eyelashes .sec02 {
  background: url("../img/eyelashes/bg01_pc.jpg") center bottom repeat-x #cfcfcf;
  background-size: 2600px auto;
}
.eyelashes .sec02 {
  text-align: center;
}
.eyelashes .sec02 ul li {
  font-size: 0.8em;
  text-align: center;
}
.eyelashes .sec04 {
  background-color: #000;
  text-align: center;
}
.eyelashes .sec05 {
  background-color: #000;
  padding: 2em 4em;
}
.eyelashes .sec06 {
  background: #f2d8c7;
  text-align: center;
  padding: 2em 4em;
}
.eyelashes .sec07 {
  background: #f3c1b4;
  text-align: center;
  padding: 2em 4em;
}
.eyelashes .sec08 {
  background: url(../img/eyelashes/bg03.svg) center no-repeat;
  background-size: 100% 100% auto;
  text-align: center;
}

.faq {
    background: rgb(239, 239, 239);
    padding: 3em 0px;
}
.faq h2 {text-align: center;}

.bl_faq {
    padding-bottom: 24px;
    padding-left: 2em;
    font-size: 18px;
    max-width: 980px;
    text-align: left;
    margin: 0px auto 32px;
    border-bottom: 1px dotted rgb(207, 81, 99);
}

.bl_faq dt {
    padding-bottom: 16px;
    color: #cf5163;
    font-weight: bold;
}

.bl_faq dt, .bl_faq dd {
    position: relative;
    padding-left: 1em;
}

.bl_faq dt:before {
    content: "Q.";
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: -1em;
    top: 0;
    line-height: 1;
}
.bl_faq dd:before {
    content: "A.";
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: -1em;
    top: 0;
    line-height: 1;
}



/****************************************************************************************
SP
****************************************************************************************/
@media screen and (max-width: 768px) {
  .eyelashes {
    width: 100%;
  }
  .eyelashes .sec02 {
    background: #cfcfcf;
  }
  .eyelashes .sec05 {
    background-color: #000;
    padding: 2em 1.5em;
  }
  .eyelashes .sec06 {
    background-color: #2d8c7;
    padding: 2em 1.5em;
  }
  .eyelashes .sec07 {
    background-color: #f3c1b4;
    padding: 2em 1.5em;
  }
  .eyelashes .sec08 {
    background: url(../img/eyelashes/bg03.svg) center no-repeat;
    background-size: 240% auto;
    text-align: center;
  }
    
    
    .bl_faq {
        max-width: 90vw;
        margin: 0 auto 24px auto;
        font-size: 13px;
    }    
    
    
    
    
    
    
    
    
    
}