#frame-card-97 form[name="narrowing_down97"] {
    display: none;
}


/* h1の設定　*/

/* h1のデザイン　*/
#ccMainArea h1{
    border-left: none;
    border-top: 5px solid chocolate;
    border-bottom: 0.5px dotted chocolate;
    /* background-color: #ffffe0; */
}

h4{
    font-size: 1.3em;
    font-weight: 550;
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    color: #333333;
   margin-bottom: 1em;
   margin-top: 1empx;
    margin-left: 1em;
}

h4::before {
    display: inline-block;
    width: 15px;
    height: 2.5em;
    margin-right: .5em;
    background-color: chocolate;
    content: '';
}

.h5, h5 {
    font-size: 1.1rem;
    padding: 0.5em 0em 0.5em 10px; /* 上　右　下　左　*/
    font-weight: 500;
    border-left: 5px solid chocolate;
    border-bottom: 1px solid chocolate;
    /*background-color: #f7f7f7;*/
    color: #333333;
}

#frame-card-786 .card-body  a{
   display: inline-block;
   padding: 10px 20px;
   margin: 10px;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   background-color: #f2f2f2; 
   color: #1760a0;
   font-weight: 550;
   border-radius:  5px;
   border: 3px solid #ccc;
}

#frame-card-786 a:hover {
   background-color: #ccc;
}

#frame-card-786 div.card-body {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: flex-start;
}