.entrybnr:last-child {
  padding: 0.2em 18px 0.2em 0;
  border-right: none;
}

.entrybnr {
  margin: 0.5em;
  border-right: solid 1px #333;
  padding: 0.5em 18px 0.2em 0;
  text-align: center;
  flex: 1;
  color: #333;
}

h2.centerTitle {
  width: 790px;
  max-width: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 1px;
  color: #000000;
  margin: 0 auto 0.5em;
}

.wrapcontent {
  z-index: 1000;
  width: 980px;
  margin: 30px auto;
  max-width: 100%;
}

.entry {
  overflow: hidden;
  background: #f5f3ef;
  width: 100%;
  margin: 24px 0;
}

.column-between {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.entrybnr .phone-number {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.07em;
}

.entry .entrybnr p {
  line-height: 1.2em;
  margin-bottom: 12px;
}

.entrybnr > span {
  font-size: 60px;
  margin-bottom: 5px;
}

.entrybnr .mailbtn {
  border: 1px solid #333;
  padding: 10px;
  width: 80%;
  margin: 0 auto;
}

.entrybnr a,
.entrybnr a:visited,
.entrybnr a:link,
.entrybnr a:active {
  text-decoration: none;
}

p.mb00 {
  margin-bottom: 0;
}
