@charset "UTF-8";
/* トップ */
#topobi {
  width: 540px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#setsumei {
  width: 540px;
  margin: 0 auto;
}
#mozi1 {
  font-size: 15px;
  color: #666;
  line-height: 23px;
  margin-top: 15px;
  margin-left: 10px;
  font-weight: 600;
}
#mozi2 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-indent: 1em;
}
#setsumei h1 {
  margin-bottom: 10px;
}
#setsumei2 {}
/* 項目 */
#koumoku {
  margin: 0 auto;
  width: 540px;
  margin-bottom: 20px;
  margin-top: 30px;
}
#koumoku0 {
  width: 80px;
}
#koumoku dl {
  width: 540px;
}
#koumoku dt {
  height: 20px;
  font-size: 14px;
  color: #40A642;
  font-weight: 600;
}
#koumoku dd {
  height: 50px;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 8px;
}
#koumoku li {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* お困りの事が〜 */
#okomari {
  margin-top: 20px;
}
.okomari1 {
  color: #666;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding-top: 7px;
  margin-left: 10px;
  text-align: center;
}
.okomari2 {
  font-size: 14px;
  text-align: center;
  color: #40A642;
  font-weight: 800;
  margin-top: 5px;
}
.okomari3 {
  font-size: 11px;
  line-height: 15px;
  margin: 0 auto;
}
.okomari_tel {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.okomari_tel span {
  font-size: 11px;
  text-align: center;
}
/* 住所*/
#zyusyo {
  width: 480px;
  margin: 15px auto;
  padding: 5px;
  text-align: center;
  border-top: 1px #999 dotted;
  border-bottom: 1px #999 dotted;
}
.zyusyo1 {
  color: #40A642;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
}
.zyusyo3 {
  color: #40A642;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  margin-top: 5px;
}
.zyusyo2 {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
#mata2 {
  width: 520px;
  margin-top: 10px;
  text-align: center;
  color: #666;
  font-weight: 700;
  background: url(../img/mtgym/back_1.png);
  padding: 10px;
}
/*PC表示する場合のCSS*/
@media (min-width: 768px) {
  #koumoku0 {
    width: 80px;
    float: left;
  }
}
/*スマホ表示する場合のCSS*/
@media (max-width: 767px) {
  #setsumei {
    width: 100%;
  }
  /* 項目 */
  #koumoku {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #koumoku0 {
    margin: 0 auto;
  }
  #koumoku dl {
    clear: both;
    width: 100%;
  }
  #koumoku dt {
    height: 20px;
    font-size: 14px;
    color: #40A642;
    font-weight: 600;
  }
  #koumoku dd {
    height: 100%;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #koumoku li {
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #mata2 {
    width: 90%;
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-weight: 700;
    background: url(../img/mtgym/back_1.png);
    padding: 10px;
  }
  #zyusyo {
    width: 100%;
    margin: 15px auto;
    padding: 5px;
    text-align: center;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
  }
}