@charset "UTF-8";
.content-all-wrap{
    padding-top: 8rem !important;
}

@media (max-width:991px) {
    .content-all-wrap{
        padding-top: 4rem !important;
    }
}
.card-header a{
    text-indent: 1em;
    vertical-align: middle;
}
.card-header a:before{
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    content: "\f059";
    font-weight: bold;
}
.card-header .text-body{
    color: #e9495e !important;
}


.card-header .text-body.collapsed{
    color: #212529 !important;
}
h5 a.text-body:hover{
    text-decoration: none;
}

/*ジャンボトロン共通*/
.jumbotron {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
    display: none;
}

.jumbotron h1 {
    text-decoration: none;
    color: #FFF;
    font-size: 2em;
    border-bottom: none;
    font-weight: bold;
}

.jumbotron .container-inner {

}

.jumbotron .btn, .jumbotron .btn:active {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #e9495e;
    border-color: #e9495e;
}

.jumbotron a, .jumbotron a:link, .jumbotron a:hover, .jumbotron a:active, .jumbotron a:visited {
    color: #FFF !important;
}

@media (min-width: 769px) {
    .jumbotron {
        min-height: 550px;
    }

}
@media (max-width: 768px) {
    .jumbotron {
        background-position: center right;
    }
}
/*ジャンボトロン共通ここまで*/
.jumbotron {
    background-image: url(/common/img/guide/faq_key.jpg);
}

/*以下detail作成時追加*/
.faq-detail-qestion-title{
    display: block;
    width: 100%;
    color: #e9495e;
    /* padding: .375rem .75rem !important; */
    font-size: 1em !important;
    padding: .75rem 0.75rem !important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    font-size: 1.25rem !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.answer-box{
    border: 2.618px solid #e9495e;
    font-size: 1em !important;
    width: 100%;
}

.answer-box-kanban{
    font-size: 1.25rem !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    padding-bottom: .375rem !important;
}
.faq-detail-button-area{
    justify-content: center;
    width: 100%;
}
.faq-detail-button-area a{
    max-width: 370px;
    text-decoration: none !important;
}

@media (max-width:991px) {
    .faq-detail-main-cont{
        padding-right: 15px;
        padding-left: 15px;
    }
    .faq-detail-button-area{
        flex-wrap: wrap;
    }
    .faq-detail-button-area a{
        display: block !important;
        max-width: none;
    }
}
.h2-cover-container{
    padding-left: 0 !important;padding-right: 0 !important;
}

.answer-box-content{
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
}