body {
  background: #FEEEED;
  color: rgb(112, 104, 104);
}

h2 {
  position: relative;
  color: #ffffff45;
  font-family: HeadLineA;
  letter-spacing: 11.25px;
  font-size: 65px;
  text-align: center;
}

h2 span {
  position: absolute;
  font-size: 20px;
  font-family: Hiragino Sans;
  letter-spacing: 1px;
  color: #fff;
  bottom: -5px;
  margin-left: -100px;
}

.banner-title-work {
  color: rgb(112, 104, 104);
  font-family: 'Noto Serif JP',serif;
  font-style: italic;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .banner-title-work {
    font-size: 42px;
  }
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #fff;
}

table th,
table td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #fff;
}

table tr:nth-child(odd) {
  background-color: #eecfcf;
}

section p {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  section p {
    margin-top: 30px;
  }
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  font-family: Hiragino Mincho ProN;
  font-size: 15px;
  padding: 20px 60px;
  border-radius: 8px;
  border: 2px solid #F69896;
  color: #F69896;
  background: #fff;
  transition: all .3s ease 0s;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 15px 40px;
  }
}

.btn:hover {
  color: #fff;
  background: #F69896;
}
.btn-link {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  table th,
  table td {
    font-size: 12px;
  }
}
