@charset "utf-8";


/*happy house css
-----------------------------------------*/

#faq_content {
    max-width: 1200px;
    width: 90%;
    margin: 40px auto 60px auto;
    line-height: 1.5;
}


.content_Ttl {
    margin-bottom: 20px;
    text-align: center;
}

.content_MainTtl {
    color: #015e9e;
    font-size: min(6vw, 25px);
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
}
.content_SubTtl {
    margin-top: 0.5em;
    color: #333;
}

.detail_wrap {
    border: 2px solid #015e9e;
    padding: 30px;
    border-radius: 15px;
}

.detail_wrap dt {
    position: relative;
    padding: 10px 0 10px 45px;
    color: #015e9e;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .1em;
}

.detail_wrap dd {
    position: relative;
    padding-left: 45px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.detail_wrap dt::before,.detail_wrap dd::before {
    position: absolute;
    display: grid;
    place-items: center;
    left: 0;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 9999px;
}
.detail_wrap dt::before {
    top: 50%;
    transform: translateY(-50%);
    content: "Q";
    color: #eff7fc;
    background: #015e9e;
}

.detail_wrap dd::before {
    content: "A";
    top: 20px;
    color: #015e9e;
    background: #eff7fc;
}

.content_tag {
    display: inline-block;
    color: #015e9e;
    border: 1px solid #015e9e;
    border-radius: 10px;
    padding: 3px 12px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.all_Btn {
    display: block;
    max-width: 300px;
    width: 80%;
    padding: 20px 10px;
    margin: 40px auto 0;
    color: #264477;
    border: 1px solid #264477;
    border-radius: 2px;
    font-size: min(3vw, 16px);
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}



@media only screen and (max-width: 900px) {
    .sp {
        display: block;
    }

    .detail_wrap dt {
        font-size: 18px;
    }

    .detail_wrap {
        font-size: 14px;
        padding: 20px;
    }

    .detail_wrap dd {
        position: relative;
        padding-left: 45px;
        margin-top: 5px;
        border-top: 1px solid #ddd;
        padding-top: 15px;
    }

    .detail_wrap dt::before,.detail_wrap dd::before{
        font-size: 14px;
    }
}
