.section .inner {
  padding: calc(80rem / 20) 0;
}
.ttl {
  width: calc(700rem / 20);
  margin-left: auto;
  margin-right: auto;
  background: #00b9bc;
  border-radius: 1rem;
  color: #fff;
  line-height: 1.2;
  font-size: calc(24rem / 20);
  padding-top: calc(21rem / 20);
  padding-bottom: calc(21rem / 20);
  position: relative;
  margin-bottom: calc(40rem / 20);
  text-align: center;
}
.ttl::after {
  content: "";
  width: calc(20rem / 20);
  height: calc(20rem / 20);
  background: #00b9bc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
}
.certification-Sec2 .ttl,
.certification-Sec2 .ttl::after { background: #F15A24;}
.certification-link { text-align: center;}
.page-certification-entry .certification-link {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 40px;
}
.btn {
  display: inline-block;
  margin-top: auto;
  background: #00b9bc;
  padding: calc(10rem / 20) calc(20rem / 20);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: .2rem;
  box-shadow: 0 .2rem 0 0 #919191;
  transition: all .3s ease;
}
.btn:hover { opacity: .8; text-decoration: underline;}
.btn.practical { background: #F15A24;}
.certification-text {
  width: calc(700rem / 20);
  font-weight: bold;
  margin: calc(40rem / 20) auto 0;
}

.ttl-sub {
  font-size: calc(30rem / 20);
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: calc(40rem / 20);
}
.certification-table {
  font-size: calc(16rem / 20);
  line-height: 1.5;
  margin: calc(40rem / 20) auto;
  width: 90%;
}
.certification-table a {
  color: blue;
  text-decoration: underline;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
}
.certification-table a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon-file.png) no-repeat;
  background-size: contain;
}
.certification-table th {
  background: #fffbc2;
  width: calc(180rem / 20);
  vertical-align: text-top;
  text-align: left;
  padding-top: calc(16rem / 20);
  padding-bottom: calc(16rem / 20);
  padding-left: calc(20rem / 20);
  padding-right: calc(5rem / 20);
}
.certification-table td {
  padding-top: calc(16rem / 20);
  padding-bottom: calc(16rem / 20);
  padding-left: calc(20rem / 20);
  padding-right: calc(5rem / 20);
}
.certification-table tr {
  border-bottom: #ffc657 1px solid;
}
.certification-table tr:first-of-type {
  border-top: #ffc657 1px solid;
}
.form-table {
  font-size: calc(16rem / 20);
  background: #fff;
  width: 90%;
  margin: 0 auto calc(80rem / 20);
}
.form-table th {
  background: #fffbc2;
  width: calc(230rem / 20);
  vertical-align: text-top;
  text-align: left;
  padding-top: calc(16rem / 20);
  padding-bottom: calc(16rem / 20);
  padding-left: calc(20rem / 20);
  padding-right: calc(5rem / 20);
  position: relative;
}
.form-table th span {
  font-size: calc(12rem / 20);
  background: #c20000;
  color: #fff;
  border-radius: .25rem;
  padding: .1rem;
  position: absolute;
  right: calc(12rem / 20);
  top: calc(20rem / 20);
}
.form-table td {
  padding-top: calc(16rem / 20);
  padding-bottom: calc(16rem / 20);
  padding-left: calc(20rem / 20);
  padding-right: calc(5rem / 20);
}
.form-table small { font-size: 82%;}
.form-table .wpcf7-not-valid-tip {
  color: #c20000;
  font-size: 90%;
}
.form-table .s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.form-table .s1 input[type="text"] {
  width: calc(360rem / 20);
  padding: calc(5rem / 20);
  height: calc(35rem / 20);
}
.form-table .s1 input[type="email"] {
  border: 1px solid #ccc;
  width: calc(360rem / 20);
  padding: calc(5rem / 20);
  height: calc(35rem / 20);
}
.form-table td p:last-child {
  font-size: calc(14rem / 20);
  margin-left: calc(25rem / 20);
}
.form-table td p:first-of-type {
  margin-left: 0;
}
.form-table .s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.form-table .s2 input[type="text"] {
  width: calc(130rem / 20);
  padding: calc(5rem / 20);
  height: calc(35rem / 20);
}
.form-table .s2 input[type="tel"] {
  border: 1px solid #ccc;
  width: calc(360rem / 20);
  padding: calc(5rem / 20);
  height: calc(35rem / 20);
}
.form-table .s2 p {
  font-size: calc(14rem / 20);
  margin-left: calc(25rem / 20);
}
.form-table tr {
  border-bottom: #ffc657 1px solid;
}
.form-table:first-of-type {
  border-top: #ffc657 1px solid;
}
.form-table input[type="text"] {
  border: 1px solid #ccc;
  padding: calc(5rem / 20);
  height: calc(35rem / 20);
}
.form-table textarea {
  border: 1px solid #ccc;
  padding: calc(5rem / 20);
  width: 100%;
  height: calc(180rem / 20);
}
.form-table .wpcf7-radio span { margin-right: 1em;}
.submit-btn {
  color: #fff;
  align-items: center;
  text-align: center;
}
.submit-btn input {
  width: calc(360rem / 20);
  background: #F9A80E;
  border-radius: .5rem;
  padding-top: calc(30rem / 20);
  padding-bottom: calc(30rem / 20);
  font-size: calc(24rem / 20);
}
.submit-btn input:hover {
  opacity: .8;
}
.submit-btn .wpcf7-spinner {
  display: none;
}
@media only screen and (min-width: 46.876em) {
  .sp { display: none;}
}
@media only screen and (max-width: 46.875em) {
  body {
    font-size: 16px;
  }
  .ttl {
    font-size: 20px;
  }
  .certification-table {
    font-size: calc(24rem / 20);
  }
  .certification-table a { font-size: 80%;}
  .certification-table a::before {
    width: calc(24rem / 20);
    height: calc(24rem / 20);
  }
  .certification-table th {
    display: block;
    width: 100%;
    text-align: center;
  }
  .certification-table td {
    display: block;
  }
  .form-table {
    font-size: calc(24rem / 20);
  }
  .form-table td p:last-child {
    font-size: calc(24rem / 20);
    margin-left: 0;
  }
  .form-table th {
    display: block;
    width: 100%;
    text-align: center;
  }
  .form-table td,
  .form-table .s1,
  .form-table .s2 {
    display: block;
  }
  .form-table .s1 input[type="text"],
  .form-table .s1 input[type="tel"],
  .form-table .s1 input[type="email"],
  .form-table .s2 input[type="text"],
  .form-table .s2 input[type="tel"] {
    width: 100%;
    height: calc(64rem / 20);
  }
  .page-certification-entry .certification-link { flex-direction: column; gap: 20px;}
}