.faq p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

@media (max-width: 599px) {
    .faq p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.faq .faq__container {
    padding: 0 29px;

}

@media (max-width: 599px) {
    .faq .faq__container {
        padding: 0 10px;
    }
}

.faq .faq__section {
    margin-bottom: 50px;
}

.faq .faq__hero {
    padding-top: 60px;
    margin-bottom: 30px;
}

@media (max-width: 599px) {
    .faq .faq__hero {
        padding-top: 0;
        margin-bottom: 15px;
    }
}

.faq .faq__hero img {
    display: block;
    width: 100%;
}


.faq .faq__lede {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0 40px;
    margin-bottom: 30px;
}

@media (max-width: 599px) {
    .faq .faq__lede {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 15px;
    }
}

.faq__question {
    margin-bottom: 70px;
}

.faq__answer {
    margin-bottom: 40px;
}

.faq .faq__heading-1 {
    display: flex;
    align-items: center;
    min-height: 90px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border: 2px solid;
    outline: 2px solid #fff;
    outline-offset: -4px;
    position: relative;
    padding: 0 0 0 90px;
    margin-bottom: 20px;
}

@media (max-width: 599px) {
    .faq .faq__heading-1 {
        min-height: 56px;
        font-size: 15px;
        padding: 10px 10px 10px 60px;
        margin-bottom: 10px;
    }
}

.faq .faq__heading-1.faq__heading-1--question {
    border-color: #98aee1;
    background: url("../img/honne/faq/bg-01.png") 100% repeat;
}


.faq .faq__heading-1.faq__heading-1--answer {
    border-color: #fbbf3e;
    background: url("../img/honne/faq/bg-02.png") 100% repeat;
}

.faq .faq__heading-1.faq__heading-1--question:before,
.faq .faq__heading-1.faq__heading-1--answer:before {
    content: "";
    display: block;
    width: 53px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
}

@media (max-width: 599px) {
    .faq .faq__heading-1.faq__heading-1--question:before,
    .faq .faq__heading-1.faq__heading-1--answer:before {
        width: 38px;
        height: 40px;
        left: 10px;
    }
}

.faq .faq__heading-1.faq__heading-1--question:before {
    background: url("../img/honne/faq/icon-question.png") no-repeat;
    background-size: 100%;
}

.faq .faq__heading-1.faq__heading-1--answer:before {
    background: url("../img/honne/faq/icon-answer.png") no-repeat;
    background-size: 100%;
}

.faq .faq__heading-2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #63c9b4;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}

@media (max-width: 599px) {
    .faq .faq__heading-2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.faq .faq__heading-2:before {
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    background: url("../img/honne/faq/icon-star.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.faq .faq__heading-3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media (max-width) {
    .faq .faq__heading-3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.faq .faq__heading-4 {
    margin-bottom: 15px;
}

.faq .faq__heading-4 img {
    display: block;
}

.faq .faq__answer-image {
    margin: 0;
}

.faq .faq__answer-image img {
    display: block;
}

.faq .faq__list {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 599px) {
    .faq .faq__list {
        margin-bottom: 15px;
    }
}

.faq .faq__list .category {
    min-width: 60px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

@media (max-width: 599px) {
    .faq .faq__list .category {
        min-width: 40px;
        font-size: 12px;
        margin-right: 3px;
    }
}

.faq .faq__list .category.category--green {
    background-color: #6dbaab;
}

.faq .faq__list .category.category--red {
    background-color: #f05555;
}

.faq .faq__list .main {
    font-size: 16px;
    font-weight: bold;
    color: #5b83df;
    margin-left: 30px;
}

@media (max-width: 599px) {
    .faq .faq__list .main {
        font-size: 12px;
        margin-left: 10px;
    }
}

.faq .faq__reference {
    padding: 0 35px;
    margin-bottom: 50px;
}

@media (max-width: 599px) {
    .faq .faq__reference {
        padding: 0 10px;
        margin-bottom: 30px;
    }
}

.faq .faq__table {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 599px) {
    .faq .faq__table {
        margin-bottom: 5px;
    }
}

.faq .faq__table th,
.faq .faq__table td {
    border: 2px solid #ccc;
}

@media (max-width: 599px) {
    .faq .faq__table th,
    .faq .faq__table td {
        border-width: 1px;
    }
}

.faq .faq__table th {
    font-size: 20px;
    font-weight: bold;
    background: url("../img/honne/faq/bg-03.png");
    padding: 8px 40px;
}

@media (max-width: 599px) {
    .faq .faq__table th {
        font-size: 12px;
        padding: 5px 20px;
    }
}

.faq .faq__table td {
    font-size: 16px;
    padding: 12px 40px;
}

@media (max-width: 599px) {
    .faq .faq__table td {
        font-size: 12px;
        padding: 5px 20px;
    }
}

@media (max-width: 599px) {
    .faq .faq__reference {
        padding: 0 10px;
        margin-bottom: 30px;
    }
}

.faq .faq__image {
    margin-bottom: 10px;
}

.faq .faq__image img {
    display: block;
    width: 100%;
}

.faq .faq__note {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 599px) {
    .faq .faq__note {
        font-size: 10px;
    }
}

.faq .faq__index-list {
    padding: 0 35px;
    margin: 30px 0 60px;
}

@media (max-width: 599px) {
    .faq .faq__index-list {
        padding: 0;
    }
}

.faq .faq__index-list dt {
    font-size: 20px;
    font-weight: bold;
    color: #fb9d23;
    margin-bottom: 10px;
}

@media (max-width: 599px) {
    .faq .faq__index-list dt {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

.faq .faq__index-list dd {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 599px) {
    .faq .faq__index-list dd {
        font-size: 12px;
    }
}

.faq .faq__index-list dd a {
    display: block;
    color: #63c9b4;
    margin-bottom: 10px;
    transition: opacity .4s ease;
    margin-left: 1em;
    text-indent: -1em;
}

@media (max-width: 599px) {
    .faq .faq__index-list dd a {
        margin-bottom: 5px;
    }
}

.faq .faq__index-list dd a:before {
    content: "・";
}

.faq .faq__index-list dd a:hover {
    opacity: .7;
}

.faq .faq__banner-area {
    margin: 50px 0;
}

.faq .faq__banner-area p {
    font-size: 16px;
    font-weight: bold;
    color: #63c9b4;
    margin-bottom: 10px;
}

@media (max-width: 599px) {
    .faq .faq__banner-area p {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.faq .faq__banner-image {
    display: block;
    transition: opacity .4s ease;
}

.faq .faq__banner-image:hover {
    opacity: .7;
}

.faq .faq__banner-image img {
    display: block;
    width: 100%;
}

.faq .faq__banner {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 0 2px #fbbf3e;
    border: 2px solid #fff;
    border-radius: 10px;
    background: url("../img/honne/faq/bg-04.png");
    color: #fff;
    padding: 22px;
    transition: opacity .4s ease;
    position: relative;
}

@media (max-width: 599px) {
    .faq .faq__banner {
        font-size: 16px;
        text-align: left;
        padding: 6px 20px;
    }
}

.faq .faq__banner:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20.8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

@media (max-width: 599px) {
    .faq .faq__banner:after {
        border-width: 6px 0 6px 10.4px;
        right: 6px;
    }
}

.faq .faq__banner:hover {
    opacity: .7;
}

.faq .faq__profile {
    border-top: 6px solid #82db41;
    padding-top: 50px;
}

@media (max-width: 599px) {
    .faq .faq__profile {
        padding-top: 30px;
    }
}

.faq .faq__row {
    display: flex;
}

.faq .faq__col-1 {
    min-width: 150px;
    margin-right: 40px;
}

@media (max-width: 599px) {
    .faq .faq__col-1 {
        min-width: 75px;
        margin-right: 20px;
    }
}

.faq .faq__col-1 img {
    width: 100%;
}

.faq .faq__col-2 h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #8cdb42;
    padding: 10px 0 10px 185px;
    margin-bottom: 55px;
    position: relative;
    margin-right: -29px;
}

@media (max-width: 599px) {
    .faq .faq__col-2 h2 {
        font-size: 12px;
        padding: 0 0 0 80px;
        margin-right: -10px;
        margin-bottom: 25px;
    }
}

.faq .faq__col-2 h2:before {
    content: "";
    width: 162px;
    height: 119px;
    display: block;
    background: url("../img/honne/faq/heading-02.png") no-repeat;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
}

@media (max-width: 599px) {
    .faq .faq__col-2 h2:before {
        background-size: 100%;
        width: 81px;
        height: 60px;
    }
}

.faq .faq__col-2 p {
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 599px) {
    .faq .pc-only {
        display: block !important;
    }
}

@media (max-width: 599px) {
    .faq .pc-only {
        display: none !important;
    }
}

.faq .sp-only {
    display: none !important;
}

@media (max-width: 599px) {
    .faq .sp-only {
        display: block !important;
    }
}


/*  190304_CSS追記  */

/*  本音&悩み お悩みQ&A Q2*/
.faq .faq__table02 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 40px;
}

@media (max-width: 599px) {
    .faq .faq__table02 {
        margin-bottom: 5px;
        margin-top: 20px;
    }
}

.faq .faq__table02 th,
.faq .faq__table02 td {
    border: 2px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 599px) {
    .faq .faq__table02 th,
    .faq .faq__table02 td {
        border-width: 1px;
        text-align: center;
        vertical-align: middle;
    }
}

.faq .faq__table02 th.faq_bg_green {
    font-size: 20px;
    font-weight: bold;
    background: url("../img/honne/faq/bg-06.png");
    padding: 8px;
}

.faq .faq__table02 th.faq_bg_orange {
    font-size: 20px;
    font-weight: bold;
    background: url("../img/honne/faq/bg-05.png");
    padding: 8px;
}

@media (max-width: 599px) {
    .faq .faq__table02 th {
        font-size: 12px !important;
        padding: 5px !important;
    }
}

.faq .faq__table02 td {
    font-size: 16px;
    padding: 12px;
}

@media (max-width: 599px) {
    .faq .faq__table02 td {
        font-size: 12px;
        padding: 5px;
    }
}

.faq .faq__textlink a {
    font-size: 18px;
    font-weight: bold;
    color: #63c9b4;
    line-height: 1.6;
    margin-bottom: 40px;
    display: block;
}

.faq .faq__textlink a:hover {
    text-decoration: underline;
}

@media (max-width: 599px) {
    .faq .faq__textlink a {
        font-size: 16px;
        margin-bottom: 20px;
        display: block;
    }
}

