@charset "UTF-8";
/*@import "foundation/base";
@import "foundation/parts";
@import "bourbon/bourbon";

@import "layout";
@import "foundation/custom";*/
/*@import "module/component";
@import "module/project";
@import "module/scope";
@import "module/utility";

@import "module/sns";
@import "module/slick";
@import "module/fatNav";*/
body {
  margin: 90px 0 0;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  body {
    margin: 120px 0 0;
    padding: 0;
  }
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.tit-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.tit {
  text-align: center;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 11px;
  font-size: 1.1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .tit {
    font-size: 20px;
    font-size: 2rem;
  }
}

.txt {
  line-height: 2.0em;
  font-size: 8px;
  font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .txt {
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
  }
}

.tel {
  text-align: center;
}

.tel dd {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 40px;
  margin-right: 10px;
}

.tel dd::before {
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 20px;
  position: relative;
  top: -5px;
  margin-right: .5em;
}

.btn-wrap {
  text-align: center;
  margin: 40px 0 0;
}

.btn a {
  background: #9C0000;
  color: #FFF;
  font-weight: bold;
  padding: 25px 60px;
  text-decoration: none;
}

.btn a:hover {
  opacity: .7;
}

.cont {
  border-top: 1px dotted #000;
  padding-top: 20px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .cont {
    width: 60%;
  }
}
