@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  #container h2 {
    font-size: 1.7rem;
    text-align: left;
  }
  .text12 {
    padding: 0px 0px 0 10px;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  #container p {
    margin-bottom: 15px;
  }
  #container .text12 li dl dt {
    font-weight: bold;
  }
  #inquiry {
    margin-top: 50px;
  }
  #inquiry h2 {
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: left;
  }
  #inquiry dl {
    width: 100%;
    font-size: 1.2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
}

/*タブレット*/
@media screen and (min-width: 768px) {
  *//* =======================
	　施設タイプ
========================== */
#container .ttl h1 {
    font-weight: bold;
  }
  #inquiry h2 {
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: left;
  }
  #container #inquiry .clearfix .add_ttl {
    float: left;
  }
}

/* PCページ */
@media screen and (min-width: 1025px) {
  *//* =======================
	　施設タイプ
========================== */
#inquiry {
    clear: both;
    width: 90%;
    padding: 0 5% 5% 0%;
  }
  #inquiry h2 {
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: left;
  }
}
