/* page全体 */
.page-sub.page-contact #wrapAll section section {
  margin: 0 auto 64px auto;
  border: none;
  border-radius: 0;
  padding: 0;
}
.page-sub.page-contact #wrapAll section section#mail table {
  border-bottom: none;
}
.page-sub.page-contact #wrapAll section section#mail table th {
  position: relative;
  font-size: 18px;
  letter-spacing: -1px;
  width: 52%;
}
.page-sub.page-contact #wrapAll section section#mail span {
  font-size: 14px;
  letter-spacing: 0px;
}
.page-sub.page-contact #wrapAll section section#mail table td.important:before {
  display: none;
}
.page-sub.page-contact #wrapAll section section#mail label.tac input[type="checkbox"] {
  background: #fff;
  border-radius: 6px;
}
.page-sub.page-contact #wrapAll section section#mail input[type="submit"] {
  background: #F5E149;
  border-radius: 33px;
  margin: 6.5rem auto 0;
  width: 240px;
  color: #333;
  height: 45px;
}
.page-sub.page-contact #wrapAll section section#mail table td  {
  font-weight: bold;
  padding-bottom: 2.75rem;
}
.page-sub.page-contact #wrapAll section section#mail textarea  {
  font-weight: bold;
}

/* Stepnav */
/* ------------------------------------- */
.Stepnav ol {
  display: flex;
  list-style: none;
  width: 100%;
  height: 80px;
}
.Stepnav ol li {
  position: relative;
  background-color: #eff9f1;
  width: 33.3%;
  text-align: center;
  padding: 25px 0;
  letter-spacing: -0.06rem;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.Stepnav ol li:first-child {
  padding-left: 0;
}
.Stepnav ol li:nth-child(3):before {
  display: none;
}
.Stepnav ol li.current {
  background-color: #295e58;
  color: #fff;
}
/* @media screen and (max-width: 960px) {
  .Stepnav ol li {
    font-size: 12px;
  }
} */

/* 装飾　三角形カラー */
.Stepnav ol li:before,
.Stepnav ol li:after {
  content: "";
  position: absolute;
}
.Stepnav ol li:before {
  content: "";
  right: -4px;
  margin: auto;
  width: 24px;
  height: 82px;
  top: -1px;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 80% 50%);
}
.Stepnav ol li:after {
  content: "";
  right: -23px;
  margin: auto;
  width: 24px;
  height: 82px;
  top: -1px;
  background: #fff;
  clip-path: polygon(0% 0%, 20% 0%, 100% 50%, 20% 100%, 0% 100%);
  z-index: 1;
}
/* ------------------------------------- */

/* input.tpl */
/* ------------------------------------- */
#mail {
  width: 60%;
}
#mail h2 {
  margin: 116px 0 32px 0;
  left: 20px;
  position: relative;
  font-size: 24px;
  letter-spacing: -1px;
}
#mail h2:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 40px;
  background-color: #295e58;
  position: absolute;
  top: -2px;
  left: -16px;
}
#mail tr {
  display: flex;
  flex-flow: column;
}
#mail th {
  margin-bottom: 10px;
}
.required-mark:before {
  content: "必須";
  color: #ffffff;
  background: #ff0000;
  font-size: 0.7em;
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
  margin-right: 20px;
  }
.box-size {
  border-radius: 8px;
}
/* ------------------------------------- */



/* confirm.tpl */
/* ------------------------------------- */
#mail .confirm-table {
  display: table;
}
.underline {
  border-bottom: 2.5px solid #33333340;
  display: inline-block;
  width: 100%;
}
#mail .confirm-table th {
  top: 10px;
  padding: 13px;
}
#mail .confirm-table td {
  top: 34px;
}
#mail .btn {
  display: flex;
}
.page-sub.page-contact #wrapAll section section#mail input[type="submit"].backbtn {
  border: 3px solid #F5E149;
  background: #fff;
}
.t-area {
  padding-bottom: 8px;
}
/* ------------------------------------- */


/* sent.tpl */
/* ------------------------------------- */
.sent-text {
  text-align: center;
}
.sent-text h1 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 80px 0 40px 0;  
}
.to-top-btn {
  position: relative;
  background: #F5E149;
  border-radius: 33px;
  margin: 6.5rem auto;
  width: 240px;
  color: #333;
  height: 45px;
  border: 3px solid #F5E149;
  background: #fff;
}
.to-top-btn a {
  display: inline-block;
  padding: 6px;
  font-weight: bold;
}
/* ------------------------------------- */