@charset "utf-8";
@import url('../../css/base.css');
@import url('../../css/parts.css');
@import url('../../css/layout.css');

/*====================================================================================================

  多機能介護センターについて

====================================================================================================*/

/*--------------------------------------------------------------------------------
  見出し
--------------------------------------------------------------------------------*/

.pgTtl span {
  font-size: 75.0%;
}

.l-hdline {
  margin-top:1.5em;
}

@media screen and (max-width:640px) {
  .l-hdline {
    margin-top:1.25em;
  }
}

.l-hdline--line {
  display: block;
}

.box {
  padding-top: 30px;
  margin-top: -30px;
}


/*--------------------------------------------------------------------------------
  suggest
--------------------------------------------------------------------------------*/

#suggest .problem {
  margin-top: 1.5em;
}
#suggest .problem ul {
  list-style: none;
  padding-left: 1rem;
}
#suggest .problem ul li::before {
  content: "●";
  color: #197ece;
  padding-right: 0.5rem;
}

/*--------------------------------------------------------------------------------
  feature
--------------------------------------------------------------------------------*/

#feature h3 span {
  display: inline-block;
  text-align: center;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  background-color: #fff;
  border-radius: 50%;
  color: #26b8f1;
  line-height: 1;
}

#feature .box .photo {
  margin: 1.5em 0;
  text-align: center;
}

