/* MY改変 */
h4.my-text-01 {
    border-bottom: 1px solid #000;
    padding: 0.5em 0 0.3em 0;
}
.card {
    xbox-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.19);
    border: 0px !important;
}

.card-title {font-weight: bold; font-size: 1.25em; padding-top: 1rem; padding-bottom: 1.5em;}
.card, .card img {border-radius: 0 !important; border: none;}

.card img {
    xmargin-top: 40px;}




.card ul, .card li {font-size: 98%;}
.card-body ul {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 20px !important;
}
.card li {
    list-style-position:    outside;
    padding-left:           0 !important;
    margin-left: 0 !important;
    xlist-style: none;
}
.card-body {
    xmargin: 0 !important; /*  defaut で指定されていない*/
    ｘpadding: 0 !important;/*  bootstrap defaut で指定がある*/
    xbackground-color: #f7f7f7;
    background-color: #dee4e7;
    
}

.card a {
    position: absolute;
	text-decoration: none; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
div.card h5 {
    xpadding-bottom: 1em;
    xborder-bottom: 1px solid #2d6ac5}

h5.card-title > span {
    background-color: crimson;
    color: #FFF;
    margin-left: 1rem;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 95%;
}

/* BUTTON */
.btn {
    xbackground-color: rgb(255, 255, 255);
    background-color: #eeeeee;
    border: 1px solid #303030 !important;
    transition:0.3s all;
    display: block;
    border-radius: 0.3rem !important;
    text-align: center !important;
}
.card button {
    margin-top: 1.5rem;
    padding-top: 0.5rem;   /* 好きな値に調整 */
    padding-bottom: 0.5rem;}
.card .xbtn-outline-dark {background-color: #999999 !important; color: white !important; border: none !important;}
.btn-outline-dark {
    xborder: 1.5px solid black !important;
    xbackground-color: #107ab8 !important;
    background-color: #fff !important;
    border: 1.5px solid #175b83 !important;
    xcolor: white !important;
    color: #175b83 !important;
xborder: none !important;}

.card:hover .btn-outline-dark {
    xbackground-color: #2a2c41;
    background-color: #223355 !important;
    xbackground-color: #429ae2;
    cborder: 1px solid #000;
    color: #FFF !important;
    transition:0.3s all;
  }