@charset "UTF-8";
/* CSS Document */
h1 {
  font-size: 32px;
}
/* タイトル */
.section-title {
  background-color: #fff;
  margin-bottom: 70px;
}
.section-title__photo {
  background-image: url("../images/faq/photo_10.jpeg");
  height: 300px;
  background-position: 10% 90%;
  background-size:cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
.section-title__message {
  line-height: 50px;
  font-size: 3.6rem;
  text-shadow: 2px 2px 3px #b3b3b3, -2px 2px 3px #b3b3b3, 2px -2px 3px #b3b3b3, -2px -2px 3px #b3b3b3;
  font-weight: 600;
  margin-bottom: 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(min-width:850px) {
  .section-title__photo {
    height: 600px;
    background-image: url("../images/faq/photo_10.jpeg");
    background-position: center;
    background-repeat: no-repeat;
	background-size:cover;
    color: #fff;
    position: relative;
  }
	
}
/* FAQ */
.section-faq {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 70px;
}
.section-faq h2 {
  padding-bottom: 20px;
}
.section-faq dl {
  text-align: left;
  line-height: 30px;
  font-size: 1.5rem;
}
.section-faq dl dt {
  background-color: #D9C8B1;
}
.section-faq dl dd {
  padding-bottom: 20px;
}

@media(min-width:850px){
		.section-all-contents {
			max-width: 1040px;
			margin: 0 auto;
		}
}

/* ご利用の流れ */
.section-how_to_use {
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 70px;
}
.section-how_to_use h2 {
  padding-bottom: 20px;
}
.section-how_to_use ol li {
  text-align: left;
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 30px;
}
/* お支払い */
.section-payment {
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 70px;
}
.section-payment h2 {
  padding-bottom: 20px;
}
.section-payment dl {
  text-align: left;
  line-height: 30px;
  font-size: 1.5rem;
}
.section-payment dl dt {
  background-color: #D9C8B1;
}
.section-payment dl dd {
  padding-bottom: 20px;
}
/*　特定商取引法に基づく表記　*/
.section-scta {
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.section-scta h2 {
  padding-bottom: 20px;
}
.section-scta h3 {
  text-align: left;
  font-size: 1.8rem;
}
.section-scta ul {
  text-align: left;
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 30px;
}
.section-scta li {
  line-height: 40px;
}