a {
    color: #333;
}

.page-btn a {
    display: block;
    margin: 30px auto;
    text-align: center;
    width: 240px;
    background: #f8f8f8;
    border: 1px solid #e37370;
    border-radius: 25px;
    padding: 10px 0;
    color: #e37370;
}

.page-btn a:hover {
    background: #e37370;
    border: 1px solid #e37370;
    color: #fff;
}

body {
    color: #333;
    background: #f8f8f8;
}

.main {
    margin: 0 auto;
}

.faq-head {
    padding-top: 80px;
}

.faq-head-title {
    text-align: center;
    font-size: 34px;
}

.faq-head-description {
    text-align: center;
    margin-bottom: 30px;
}

.faq-menu-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-menu-li {
    font-size: 16px;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    text-align: center;
}

.faq-menu-li a {
    display: block;
    padding: 5px 0;
    line-height: 1.25;
    border: 1px solid #e37370;
    border-radius: 25px;
    color: #e37370;
    font-size: 12px;
}

.faq-menu-li a:hover {
    background: #e37370;
    color: #fff;
}

.faq-item-title {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 10px;
    padding: 10px;
    line-height: 1.35;
    background: linear-gradient(-60deg, #f5deb3 50%, #fff 50%);
}

.faq-content-question {
    position: relative;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
}

.faq-content-question-arrow {
    position: absolute;
    top: 23px;
    right: -5px;
    width: 38px;
    vertical-align: unset;
    transform: rotate(270deg);
}

.arrow-direction {
    transform: rotate(0deg);
}

.faq-content-li {
    color: #fff;
    background: #2a415f;
    margin-bottom: 10px;
    line-height: 1.6;
}

.answer {
    display: none;
    padding: 10px 20px;
}

.footer {
    text-align: center;
    margin-bottom: 60px;
}

/* 560px以上に適用されるCSS（PC用） */
@media screen and (min-width: 560px) {
    .faq-content-question-arrow {
        right: 10px;
    }

    .footer {
        margin-bottom: 0;
    }
}

/*　タブレット　*/
@media screen and (min-width:768px) {
    .faq-menu-li a {
        font-size: 16px;
    }
}

/*　パソコン　*/
@media screen and (min-width:1024px) {}
