@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
    margin-top: 70px;
    background-image: url("../img/faq/main_bg.webp");
}

.faqArea .inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px 120px;
}
.faqArea .faq dl {
    border-bottom: 1px solid #c59b6d;
    margin: 30px;
}
.faqArea .faq dl:first-child {
    margin-top: 0;
}
.faqArea .faq dl dt {
    margin: 0 0 0 20px;
    padding: 8px 0 0 50px;
    font-size: 18px;
    line-height: 26px;
    color: #938E8F;
    position: relative;
}
.faqArea .faq dl dt:before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    line-height: 1.4;
    background-color: #009394;;
}
.faqArea .faq dl dd {
    padding: 20px 20px 20px 70px;
}

@media screen and (max-width: 1000px) {
/* mainArea */
.mainArea {
		margin-top: 60px;
		background-image: url("../img/faq/main_bg_sp.webp");
	}
}
@media screen and (max-width: 767px) {
.faqArea .inner {
    padding: 40px 6vw 60px;
  }
.faqArea .faq dl {
    margin: 0; 
}
.faqArea .faq dl dt {
    margin: 20px 0 0 0;
    padding: 8px 0 0 42px;
  }
.faqArea .faq dl dd{
     padding: 20px 10px 20px 40px;
  }
.faqArea .faq dl dt:before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    line-height: 1.6;
    background-color: #009394;
}
}
  
  