@charset "UTF-8";
/* Scss Document */
@media screen and (max-width: 980px) {
  /* line 52, ../sass/_defines.scss */
  .sh_header {
    background: #FF648B !important;
    text-align: center !important;
    color: #fff !important;
    height: 30px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    font-size: 14px !important; } }
/* line 6, ../sass/whats.scss */
.article__head {
  margin-bottom: 40px;
  margin-left: -12px; }
  
.question_area{
	position: relative;
	margin-bottom: 30px;
	
	margin-top: 40px;
}

.question_area_text{
	background-color: #F7F3EE;
	font-size: 18px;
	font-weight: bold;
	color: #D9487B;
	display: block;
	padding: 8px 5px 8px 72px;
	margin-left: 10px;
}

.question_area_img{
	background-image: url(../img/Q&A_q.png);
	width: 71px;
	height: 71px;
	display: block;
	position: absolute;
	bottom: -15px;
}

.answer{

}

.answer_box{
	float: left;
	position: relative;
	width: 330px;
	margin-left: 65px;
}


.answer_img{
	background-image: url(../img/Q&A_a.png);
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
}

.answer_text1{
	padding: 3px 0 0 0;
	font-size: 18px;
	color: #53317D;
	font-weight: bold;
	margin-left: 59px;
}

.answer_text2{
	float: right;
	width: 300px;
    line-height: 16px;
}

.answer_text2 p{
	margin-bottom: 10px;
}

.paging {
  padding: 40px 0;
  text-align: center; }
  /* line 153, ../sass/salon_list.scss */
  .paging > * {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    width: 21px;
    color: #C1285E;
    background: url(../img/paging_bg.png);
    margin: auto 3px; }
    /* line 162, ../sass/salon_list.scss */
    .paging > *.prev, .paging > *.next {
      width: 41px;
      color: #fff;
      background: url(../img/paging_next_prev_bg.png); }
    /* line 168, ../sass/salon_list.scss */
    .paging > *.current {
      color: #fff;
      background: url(../img/paging_current_bg.png); }
    /* line 173, ../sass/salon_list.scss */
    .paging > *.pad {
      background: none; }
      /* line 176, ../sass/salon_list.scss */
      .paging > *.pad.sh {
        display: none; }

@media screen and (max-width: 980px) {
  /* line 141, ../sass/couturiere.scss */
  #main {
    background: none !important; }
    /* line 145, ../sass/couturiere.scss */
    #main article section {
      margin: auto 5%; }

  /* line 151, ../sass/couturiere.scss */
  .article__head {
    margin-bottom: 15%; }
    /* line 154, ../sass/couturiere.scss */
    .article__head .image {
      text-align: center;
      padding: 5%; }
      /* line 158, ../sass/couturiere.scss */
      .article__head .image img {
        width: 100%; }
    /* line 163, ../sass/couturiere.scss */
    .article__head .title_sh {
      text-align: center;
      color: #fff;
      background-color: #FF648D;
      font-size: 14px;
      padding: 5px; }
    /* line 171, ../sass/couturiere.scss */
    .article__head .desc {
      font-size: 10px;
      line-height: 1.5;
      margin: auto 5%; }

  /* line 66, ../sass/whats.scss */
  #main article section {
    margin: auto 5%; }

.question_area_text{
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	color: #D9487B;
	display: block;
	padding: 8px 5px 8px 62px;
	margin-left: 10px;
}

.question_area_img{
	background-image: url(../img/Q&A_q.png);
	background-size: contain;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	bottom: -0px;
}

.answer_box{
	float: none;
	position: relative;
	width: 100%;
	margin-left: 10px;
}

.answer_text1{
	font-size: 14px;
	color: #53317D;
	font-weight: bold;
	margin-left: 59px;
}

.answer_text2{
	float: none;
	margin-top: 10px;
	width: 100%;
}

.answer_img{
	background-image: url(../img/Q&A_a.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 30px;
	height: 40px;
}
}