@charset "UTF-8";
/* CSS Document */
.breadArea .inner li:last-child {
	color: #ec6d45;
}
.ttlArea .inner h1:before {
	content: url("../img/sub/tree_x2.svg");
	width: 50px;
}
.ttlArea .inner h1:after {
	content: "Q&A";
}
.ttlArea .ttl_imgArea .inner .img {
	background-image: url("../img/sub/faq_top.webp");
}
/*faqArea*/
.faqArea {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px 225px;
}
/*desc01*/
.faqArea .desc01 {
}
.faqArea .desc01 .inner {
	padding: 40px 0 25px;
}
.faqArea .desc01 .inner .txtArea {
	text-align: center;
}

/*desc02*/
.faqArea .desc02 {
}
.faqArea .desc02 .inner {
}
.faqArea .desc02 .inner .faq {
}
.faqArea .desc02 .inner .faq dl:not(:last-child) {
	border-bottom: 2px dotted #c4c1c0;
}
.faqArea .desc02 .inner .faq dl .txtQuestion {
	padding: 30px 0 28px 58px;
	position: relative;
}
.faqArea .desc02 .inner .faq dl .txtQuestion::before {
	content: 'Q';
    display: inline-block;
    background-color: #3c9ab0;
    position: absolute;
    left: 0;
    width: 38px;
    height: 38px;
    top: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
    text-align: center;
	line-height: 37px;
}
.faqArea .desc02 .inner .faq dl .txtQuestion p {
	font-size: 15px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 700;
}
.faqArea .desc02 .inner .faq dl .txtAnser {
	padding: 0 0 32px 58px;
	position: relative;
}
.faqArea .desc02 .inner .faq dl .txtAnser::before {
	content: 'A';
    display: inline-block;
	background-color: #ec6d45;
    position: absolute;
    left: 0;
    width: 38px;
    height: 38px;
    top: -8px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
    text-align: center;
	line-height: 37px;
}
.faqArea .desc02 .inner .faq dl .txtAnser p {
	font-size: 15px;
	font-family: '游ゴシック', sans-serif;
}

/* btn */
/*.btn {
	text-align: center;
}*/
.btn {
	position: relative;
	display: inline-block;
	color: #ec6d45;
	text-align: left;
	/*line-height: 24px;*/
	padding: 0 50px 0 15px;
	transition: ease .2s;
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-weight: 700;
	font-size: 15px;
    font-family: '游ゴシック', sans-serif;
}
.btn:hover {
	color: #403632;
}
.btnarrow:after {
	content: url("../img/common/arrow01.svg");
	position: absolute;
	width: 30px;
	height: 30px;
	top: -3px;
	right: 10px;
	transition: all .3s;
}
.btnarrow:hover:after {
	right: 0;
}
@media screen and (max-width: 1000px) {
/*desc01*/
.faqArea {
    padding: 0 20px 200px;
}
.faqArea .desc01 .inner {
	padding: 30px 0 40px;
}
/*desc02*/
.faqArea .desc02 .inner .faq dl .txtQuestion {
    padding: 20px 0 26px 50px;
}
.faqArea .desc02 .inner .faq dl .txtQuestion::before {
    top: 13px;
}
.faqArea .desc02 .inner .faq dl .txtAnser {
    padding: 0px 0 26px 50px;
}
}	

@media screen and (max-width: 767px) {
/*desc01*/
.faqArea {
    padding: 0px 20px 170px;
}
.faqArea .desc01 .inner {
    padding: 25px 0;
}
/*desc02*/
}
@media screen and (max-width: 600px) {
.ttlArea .inner h1:before {
	width: 36px;
}
/*desc01*/
.faqArea {
    padding: 0px 20px 130px;
}
.faqArea .desc01 .inner {
    padding: 20px 0;
}
/*desc02*/
.faqArea .desc02 .inner .faq dl .txtQuestion {
    padding: 20px 0 20px 45px;
}
.faqArea .desc02 .inner .faq dl .txtQuestion::before {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 35px;
	top: 12px;
}
.faqArea .desc02 .inner .faq dl .txtQuestion p {
    font-size: 14px;
}
.faqArea .desc02 .inner .faq dl .txtAnser {
    padding: 0px 0 20px 45px;
}
.faqArea .desc02 .inner .faq dl .txtAnser::before {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 35px;
}
.faqArea .desc02 .inner .faq dl .txtAnser p {
    font-size: 14px;
}
.btn {
    font-size: 14px;
}
}	
@media screen and (max-width: 500px) {
.btn {
	padding: 5px 50px 0 0;
}
.btnarrow:after {
	width: 26px;
    height: 26px;
    top: 4px;
    right: 15px;
}
}
@media screen and (max-width: 400px) {
/*desc01*/
.faqArea {
    padding: 0px 20px 110px;
}
.faqArea .desc01 .inner {
    padding: 20px 0 10px;
}
/*desc02*/
.faqArea .desc02 .inner .faq dl .txtQuestion {
    padding: 20px 0 20px 40px;
}
.faqArea .desc02 .inner .faq dl .txtQuestion::before {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 31px;
}
.faqArea .desc02 .inner .faq dl .txtQuestion p {
    font-size: 13px;
}
.faqArea .desc02 .inner .faq dl .txtAnser {
    padding: 0px 0 20px 40px;
}
.faqArea .desc02 .inner .faq dl .txtAnser::before {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 31px;
}
.faqArea .desc02 .inner .faq dl .txtAnser p {
    font-size: 13px;
}
}	

