@charset "UTF-8";





/* qa_sp */


  .qa_section {
    background-color: #F7F2E4;
    padding-top: 50px;
    padding-bottom: 45px;
}
.qa_category {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2.4px;
    padding-top: 10px;
}
.accordion2 {
margin: 1em 0;
width: 90%;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 25px;
padding-right: 25px;
background-color: #ffffff;
}
.accordion2_summary {
font-weight: 500;
position: relative;
list-style: none; /* 矢印を消す */
cursor: pointer;
padding-top: 5px;
padding-bottom: 5px;
font-size: 1.2rem;
font-style: normal;
line-height: 20px;
letter-spacing: 1.4px;
}
.accordion2_summary::-webkit-details-marker {
display: none;
}
.accordion2_summary::after {
font-family: "Font Awesome 5 Free";
content: '\f055';
font-weight: 900;
font-size: 1.8rem;
position: absolute;
right: 1%;
top: 50%;
transform: translateY(-50%);
}
.accordion2[open] .accordion2_summary::after {
font-family: "Font Awesome 5 Free";
content: '\f056';
font-weight: 900;
}
.qa_a{
border-top: solid 1px;
font-size: 1.2rem;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: 1.2px;
padding-top: 5px;
padding-bottom: 5px;
}
.qa_s {
font-size: 1.8rem;
}
.qa_q {
width: 85%;
}
/* btn_qa */
.btn_qa {
font-size: 1.2rem;
border: 1px solid #666;
text-align: center;
max-width: 200px;
margin: 20px auto;
color: #666;
display: block;
width: 100%;
height: 100%;
padding: 10px;
box-sizing: border-box;
}
.btn_qa_div {
text-align: center;
}

.btn_qa_div {
    text-align: center;
    padding-top: 20px;
}

/* qa_pc */
@media screen and (min-width: 769px) {
    .accordion2 {
        margin: 1.5em 0;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #ffffff;
        }
    .qa_category {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 2.4px;
        padding-top: 15px;
    }
    .qa_a{
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 1.4px;
        padding-top: 10px;
        padding-bottom: 10px;
        }
    .accordion2_summary {
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.4rem;
        line-height: 20px;
        letter-spacing: 1.4px;
}
    .qa_s {
        font-size: 2rem;
    }
    .accordion2_summary::after {
        font-size: 2rem;
        }
    .btn_qa {
    font-size: 1.4rem;
}
}

