@charset "UTF-8";
@media screen and (min-width: 641px) {
.qanda{
  padding: 60px 0;
  width: 960px;
  margin: 0 auto;
}
.qandas h3 {
  position: relative;
  padding: .5em 1em .5em 1.5em;
  border: 1px solid #ccc;
  font-size: 22px;
  margin-bottom: 30px;
  background: #ffffff;
 color:#525252;
}
.qandas h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #dfd6c5;
  border-radius: 4px;
}
.qandas dl{
  margin-bottom: 80px;
  box-shadow:0px 0px 3px 0px #adadad;
  border-radius: 10px;
}

.qandas dt{
  background: url(../images/faq_question.png) no-repeat 15px 20px #dfd6c5 ;
  color: #636363;
  font-weight: bold;
  padding: 20px 20px 20px 60px;
  font-size: 24px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.qandas dd{
  background: #ffffff;
  font-size: 16px;
  padding: 30px 20px 30px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.qandas_box{
  padding-top: 120px;
}
.qandas .emp{
  color: #ff2a70;
  font-weight: bold;
}
.qandas .heart{
  color: #ff0000;
}
.qandas a{
  font-weight: bold;
  text-decoration: underline;
}

.pagelink:before, .pagelink:after { content: ""; display: block;}
.pagelink:after { clear: both; }
.pagelink{
  padding: 7px;
}
.pagelink li{
  float: left;
  margin: 5px 0.5%;
  width: 32%;
}
.pagelink li a{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  background-color: #877d6c;
  padding: 7px 10px 7px 20px;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.pagelink li a:before{
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 9px;
  margin-left: -12px;
  margin-top: -4px;
  background-size: 6px 9px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.pagelink li a:hover{
  background-color: #a59a86;
}
}

@media screen and (max-width: 640px) {

  #qanda{
    padding: 30px 1%;
  }
  
  #faq .qandas dl{
    margin-bottom: 30px;
    margin-left: 0;
    box-shadow:0px 0px 3px 0px #adadad;
      background: #ffffff;
  
  }
  
  .qandas dt{
    background: url(../images/faq_question.png) no-repeat 2% 40% #dfd6c5;
    -moz-background-size:6%;
    background-size:6%;
    color: #636363;
    font-weight: bold;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    font-size: 1rem;
    line-height: 1.2;
    text-indent: 1rem;
  }
  #faq .qandas dl .question{
    text-indent: 0;
  
  }
  #faq .qandas dl .answer{
    text-indent: 0;
  
  }
  .qandas dd{
    font-size: 0.86rem;
    padding: 0.5rem 2%;
  }
  .qandas_box{
    margin-bottom: 80px;
  }
  .qandas .emp{
    color: #ff2a70;
    font-weight: bold;
  }
  .qandas .heart{
    color: #ff0000;
  }
  .qandas a{
    font-weight: bold;
    text-decoration: underline;
  }
  
  
  .pagelink:before, .pagelink:after { content: ""; display: block;}
  .pagelink:after { clear: both; }
  .pagelink{
    padding: 7px 1%;
    margin-bottom:1rem;
  }
  .pagelink li{
    float: left;
    margin: 2px 0.5%;
    width: 49%;
  }
  .pagelink li a{
    display: block;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.5;
    background-color: #877d6c;
    padding: 7px 10px 7px 10px;
    width: 100%;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
  }
  .pagelink li a:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 9px;
    margin-left: -12px;
    margin-top: -4px;
    background-size: 6px 9px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  }