@charset 'UTF-8';
.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;
}

.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);
}
/*190327maeda*/
.contents-all-wrap-pt-4{
    padding-top: 4rem !important;
}
.container-color-white{
    color: #FFF;
}
.container-fluid-bg-white{
    background-color: #FFF;
}
.row-h2-cover{
    background-color: #FFF;width: 100%;min-width: 320px;margin: auto;
}
.row-h2-cover h2{
    width: 100%;
}