/*==========================
faq
==========================*/

.section--faqpage{
    padding: 60px 0;
    background-color: #FFF7F6;
}


.faq__hr{
    width: 83vw;
    height: 0.5px;
    background: #B4B4B4;
}

.faq__hr-last{
    margin-bottom: 10px;
}

.faq__part{
    padding: 20px 8%;
}

.btn__faq{
    display: block;
    text-align: right;
    margin-right: 2.5vw;
}
.faq__hr-last{
    margin-bottom: 20px;
}

.accordion-test summary{
	position: relative;
	list-style: none; /* デフォルトの三角形アイコンを消します */
	padding: 10px;
	cursor: pointer; /* ポインターを指さしマークに変更 */
    font-family: 
    "Shippori Mincho B1";
}

.faq__ttl01{
    padding-top: 30px;
}

.summary{
    font-family: "Shippori Mincho B1";
    font-size: 1.6rem;
    line-height: 20px; 
    margin: 8px 0;
    width: 80%;
}

.accordion-test summary::-webkit-details-marker {
	display: none; /* Safariで表示されるデフォルトの三角形アイコンを消します */
}

.accordion-test summary::after{
	position: absolute;
	width: 10px;
	height: 10px;
	top: calc(50% - 10px);
	right: 25px;
	border-right: 1.5px solid #B17272;
	border-bottom: 1.5px solid #B17272;
	box-sizing: border-box;
	content: "";
	transform: rotate(45deg);
	transition: top 0.4s ease-out, transform 0.4s ease-out;
}

.accordion-test details[open] summary::after{
	top: calc(50% - 5px);
	transform: rotate(-135deg);
}


dl.faq__detail dt:before,
dl.faq__detail dd:before{
  font-size: 1.2rem;
  padding:5px 10px;
}

dl.faq__detail dt:before{
  content:"Q";
  color: #B99D21;
font-family: "Josefin Sans";
font-size: 1.4rem;
margin-left: -30px;
}

dl.faq__detail dd{
  margin:0 0 10px 7vw;
  font-size: 1.2rem;
}

.faq__detail dt{
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 1.4rem;
    margin: 12px 7vw 8px 7vw;
    flex-wrap: wrap;
    width: 300px;
}   


/* .header pc */
@media screen and (min-width:800px) {  
    .section--faq{
        padding: 120px 0;
    }


.faq__part{
    padding: 40px 10vw;
}

dl.faq__detail dt{
    margin:20px 10vw;
    font-size: 1.8rem;
    width: 800px;
  }


dl.faq__detail dd{
    margin:10px 3vw 20px 10vw;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .btn__faq{
    display: block;
    text-align: right;
    margin:20px 2.5vw 0 0;
}

dl.faq__detail dt:before{
    content:"Q";
    color: #B99D21;
  font-family: "Josefin Sans";
  font-size: 1.8rem;
  margin-left: -30px;
  }

  .accordion-test summary{
    font-size: 2rem;
    margin: 10px 0 10px 4vw;
}
  
.accordion-test summary::after{
	width: 15px;
	height: 15px;
	top: calc(50% - 10px);
	right: 25px;
	border-right: 2px solid #B17272;
	border-bottom: 2px solid #B17272;
	box-sizing: border-box;
	content: "";
	transform: rotate(45deg);
	transition: top 0.4s ease-out, transform 0.4s ease-out;
    margin-right: 4vw;
}


  }

