@charset "UTF-8";
.circle {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  margin: 0 auto;
}

.circle p.title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 36px;
  margin-top: 20px;
}

.circle * {
  line-height: 1;
}

.circle-top {
  width: 740px;
  margin: 0 auto;
}

.circle-box {
  text-align: center;
  margin: 20px auto 20px;
  width: 360px;
}

.circle-box .txt {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  margin: .5em 0 0 1em;
}

.circles {
  text-align: center;
  background-image: url(../img/circle-bg.png);
  background-repeat: no-repeat;
  background-position: center 36%;
}

.table-1 {
  margin: 50px auto;
}

.table-1 li {
  position: relative;
  text-align: center;
}

.table-1 img {
  width: 100%;
}

.table-1 .img-box {
  padding-top: 60%;
  overflow: hidden;
}

.table-1 h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

.table-1 p {
  margin-bottom: 60px;
  text-align: left;
}

.table-1 .btn {
  width: 90%;
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto auto;
  bottom: 20px;
}

.table-1 .btn-w p {
  margin-bottom: 100px;
}

.table-1 .btn-w .btn-f {
  bottom: 65px;
}
