@media screen and (max-width: 767px) {
  ._faq {
    padding-top: 16%;
    padding-right: 5.33%;
    padding-bottom: 13.33%;
    padding-left: 5.33%;
    background: #fef9f5;
  }

  ._faq__main-ttl {
		margin: 0 auto ;
		font-weight: bold;
		font-size: 4vw;
		text-align: center;
		width: 100%;
		border: 2px solid #ef768b;
		padding: 10px 0;
		position: relative;
		line-height: 1.8;
		background: #fff;
		color: #ef768b;
		margin-bottom: 5vw;
		
  }
._faq__main-ttl:after {
  content: "";
	width: 21px;
	height: 12px;
  position: absolute;
  bottom: -12px;
	background-image: url(/brand/feminina/img/qa/ico_faq__main-ttl.png);
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	margin: auto;
}

  ._faq__faq-list {
    margin-top: 3.73%;
  }

  ._faq__faq-list__que {
    padding-top: 3.73%;
    color: #f56c85;
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: bold;
    line-height: 1.5;
		display: flex;
		justify-content: flex-start;
  }

  ._faq__faq-list__que:before {
    content: 'Q.';
  }

  ._faq__faq-list__ans {
    padding-top: 1.49%;
    padding-bottom: 3.73%;
    border-bottom: 1px solid #ececec;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.5;
  }

  ._faq__faq-list__ans img {
    margin-top: 2vw;
  }

  ._faq__faq-list__ans:before {
    content: 'A.';
  }

  ._faq__faq-list__ans:last-child {
    border-bottom: 0;
  }

  .candida_faq ._faq__faq-list__que {
    color: #58c7f0;
  }
}

@media print,
screen and (min-width: 768px) {
  ._faq {
    background: #fef9f5;
		padding-top: 80px;
  }

  ._faq__inner {
    width: 988px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 70px;
  }

  ._faq__main-ttl {
		margin: 0 auto ;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
		width: 610px;
		border: 3px solid #ef768b;
		padding: 15px 0;
		position: relative;
		line-height: 1.8;
		background: #fff;
		color: #ef768b;
		margin-bottom: 30px;
		
  }


._faq__main-ttl:after {
  content: "";
	width: 21px;
	height: 12px;
  position: absolute;
  bottom: -12px;
	background-image: url(/brand/feminina/img/qa/ico_faq__main-ttl.png);
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	margin: auto;
}
  ._faq__faq-list__que {
    padding-top: 40px;
    color: #f56c85;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
		display: flex;
		justify-content: flex-start;
  }


  ._faq__faq-list__que:before {
    content: 'Q.';
  }

  ._faq__faq-list__ans {
    padding-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    line-height: 1.8;
  }

  ._faq__faq-list__ans img {
    margin-top: 20px;
  }

  ._faq__faq-list__ans:before {
    content: 'A.';
  }

  ._faq__faq-list__ans:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .candida_faq ._faq {
    padding-top: 80px;
    padding-bottom: 70px;
    background: #fdf5f1;
  }

  .candida_faq ._faq__inner {
    width: 1028px;
    margin-right: auto;
    margin-left: auto;
  }

  .candida_faq ._faq__main-ttl img {
    margin-right: auto;
    margin-left: auto;
  }

  .candida_faq ._faq__faq-list__que {
    padding-top: 40px;
    color: #58c7f0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }

  .candida_faq ._faq__faq-list__que:before {
    content: 'Q.';
  }

  .candida_faq ._faq__faq-list__ans {
    margin-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    line-height: 1.7;
  }

  .candida_faq ._faq__faq-list__ans:before {
    content: 'A.';
  }

  .candida_faq ._faq__faq-list__ans:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}