@charset "utf-8";
.gray {
  padding: 1px 0;
}

dl.about {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 0px;
  margin-top: 30px;
  position: relative;
  height: 200px;
}
dl.about dt {
  padding: 30px 0 10px 120px;
}
dl.about dd:nth-of-type(1) {
  padding: 0 0 0 120px;
}
dl.about dd:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.table_wrap_sp {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

table.info {
  width: 100%;
  background: #fff;
}
table.info th {
  background: #0B3F8D;
  color: #fff;
  text-align: center;
  width: 90px;
  vertical-align: top;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: 10px;
}
table.info td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px dotted #222;
  border-bottom: 1px dotted #222;
  border-right: 1px dotted #222;
}
table.info td ul li {
  display: block;
  margin: 4px 0 15px 0;
  line-height: 16px;
}
table.info td ul li span {
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-right: 5px;
}

dl.comment {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
dl.comment dt {
  display: block;
}
dl.comment dt figcaption {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0 0;
}
dl.comment dd {
  padding-top: 20px;
}
dl.comment dd strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

p.btn {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
p.btn a {
  display: block;
  text-align: center;
  background: #0B3F8D;
  padding: 8px 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
p.btn a img {
  vertical-align: middle !important;
}
p.btn a:hover {
  opacity: 0.7;
}

@media all and (min-width: 960px) {
  dl.about {
    width: 960px;
    margin: 60px auto 20px auto;
    padding: 0;
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  dl.about dt {
    padding: 50px 0 25px 170px;
  }
  dl.about dd:nth-of-type(1) {
    background: #f5f5f5;
    padding: 20px 0px 20px 170px;
  }
  dl.about dd:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
  }

  .table_wrap_sp {
    padding: 0;
    margin: 0;
  }

  table.info {
    width: 960px;
    margin: 0 auto;
  }
  table.info th {
    width: 140px;
    padding: 20px 0;
    vertical-align: middle;
  }
  table.info td {
    padding: 13px 30px;
  }
  table.info td ul li {
    display: inline-block;
    margin: 7px 30px 7px 0;
  }

  dl.comment {
    width: 960px;
    margin: 40px auto;
    padding: 0;
    overflow: hidden;
  }
  dl.comment:after {
    content: '';
    display: block;
    clear: both;
  }
  dl.comment dt {
    display: block;
    float: right;
    width: 400px;
  }
  dl.comment dt figcaption {
    padding: 10px 10px 0;
  }
  dl.comment dd {
    float: left;
    width: 520px;
    padding-top: 0;
  }

  p.btn {
    width: 960px;
    padding: 0;
    margin: 0 auto 60px auto;
  }
  p.btn a {
    padding: 0;
    height: 60px;
    line-height: 60px;
  }
}

/*# sourceMappingURL=staff.css.map */
