@charset "utf-8";

/* ****************************************************************************************************
   * 専門外来　一覧
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-1 div.list {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
  overflow: hidden;
}

#section-1 div.list .item {
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}

#section-1 div.list .item::after {
  content: '';
  background-color: #eff7f8;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
}

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

@media print, screen and (min-width:737px) {

  #section-1 div.list {
    letter-spacing: -0.4em;
  }

  #section-1 div.list > * {
    letter-spacing: normal;
  }

  #section-1 div.list .item {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#section-1 div.list .item-title {
  color: #078ca6;
  margin: 0 auto 10px;
  font-weight: bold;
  display: table;
}

/* -------------------------------------------------------------------------------------------------
   * 内容
/* ---------------------------------------------------------------------------------------------- */

#section-1 div.list div.content {
  margin: 0 auto;
  display: table;
}
