@charset "UTF-8";
/* -------------------------------------------------------------------
/solution/  20190726書き足し分
------------------------------------------------------------------- */

.e-case-ttl {
    color: #00213c;
    padding-bottom: 5px;
    /*border-bottom: solid 1px #d6dbe0;*/
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 40px;
    line-height: 1.6;
}
.e-case-ttl_bbnone {
    color: #00213c;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 40px;
    line-height: 1.6;
}

.m-case-announce{
  padding: 10px 0 5px;
  border-top: solid 1px #0b99d4;
  border-bottom: solid 1px #0b99d4;
}
.m-case-relation--title{
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.42;
}

@media screen and (max-width: 736px) {
.m-case-relation--title{
  margin-top: 10px;
}
}