@charset "utf-8";

/* ****************************************************************************************************
   * 医療・看護サポート
**************************************************************************************************** */

#page-support #support:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* ----------------------------------------------------------------------------------------------------
   * 写真
/* ------------------------------------------------------------------------------------------------- */

#page-support #support div.photo {
  width: 48%;
  margin-top: 10px;
  margin-left: 1em;
  float: right;
  position: relative;
  z-index: 10;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#page-support #support div.photo {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 医療との連携で毎日の健康管理もサポート
/* ------------------------------------------------------------------------------------------------- */

#page-support #strong-1 {
  width: 48%;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#page-support #strong-1 {
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 当館での医療サポートについて
/* ------------------------------------------------------------------------------------------------- */

#page-support #strong-2 {
  width: 48%;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#page-support #strong-2 {
  width: 100%;
}

}