@charset "UTF-8";
/* ---------------------------
CONTACT
--------------------------- */
section.formSec {
  padding: 30px 0;
  /*----------- CONFIRM ----------------------*/
  /*----------- FINISH ----------------------*/
}
section.formSec h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 35px;
}
section.formSec input[type=text], section.formSec input[type=email], section.formSec input[type=tel], section.formSec input[type=password], section.formSec input[type=number] {
  width: 480px;
}
section.formSec textarea {
  width: 480px;
  height: 100px;
}
section.formSec div.formFirstNote {
  margin-bottom: 50px;
}
section.formSec div.formFirstNote p ~ p {
  margin-top: 1.6em;
}
section.formSec .errorTopNote {
  color: #EB4E3D;
  border: 1px solid #EB4E3D;
  background: #fdedeb;
  padding: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
}
section.formSec div.formTbl th, section.formSec div.formTbl td {
  border: 1px solid #e6e6e6;
  padding: 15px 10px 15px 25px;
  text-align: left;
  box-sizing: border-box;
  letter-spacing: -0.005em;
}
section.formSec div.formTbl th {
  background: #f5f5f5;
  vertical-align: middle;
  width: 340px;
  font-weight: normal;
  font-weight: 400;
}
section.formSec div.formTbl th.required p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.formSec div.formTbl th.required p::after {
  content: "必須";
  display: inline-block;
  background: #EB4E3D;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
  font-weight: normal;
  margin-left: 10px;
  flex-shrink: 0;
}
section.formSec div.formTbl ul.checkboxList {
  padding: 10px;
  margin-left: -10px;
}
section.formSec div.formTbl ul.checkboxList li {
  overflow: hidden;
  font-size: 0;
}
section.formSec div.formTbl ul.checkboxList li ~ li {
  margin-top: 10px;
}
section.formSec div.formTbl ul.checkboxList label {
  font-size: 15px;
  display: inline-flex;
}
section.formSec div.formTbl ul.checkboxList.error {
  background: #fdedeb;
}
section.formSec div.formTbl .formNote {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.6;
}
section.formSec div.formTbl h3.tableHl {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: 10px;
}
section.formSec div.formTbl h3.tableHl:nth-of-type(n+2) {
  margin-top: 60px;
}
section.formSec div.checkPrivacy {
  margin-top: 30px;
}
section.formSec div.checkPrivacy > div {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 65px;
}
section.formSec div.checkPrivacy a {
  text-decoration: underline;
}
section.formSec div.checkPrivacy a:hover {
  text-decoration: none;
}
section.formSec div.checkPrivacy.error > div {
  background: #fdedeb;
}
section.formSec div.checkPrivacy.error .errorNote {
  text-align: center;
}
section.formSec div.btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
section.formSec div.btnWrap .btnSubmit button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff2456;
  color: #fff;
  border: none;
  width: 400px;
  height: 60px;
  line-height: 1;
  border: 1px solid #ff2456;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s all;
  letter-spacing: 0.1em;
}
section.formSec div.btnWrap .btnSubmit button:hover {
  background: #fff;
  color: #ff2456;
}
section.formSec div.btnWrap .btnLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff2456;
  color: #fff;
  border: none;
  width: 400px;
  height: 60px;
  line-height: 1;
  border: 1px solid #ff2456;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s all;
}
section.formSec div.btnWrap .btnLink a:hover {
  background: #fff;
  color: #ff2456;
}
section.formSec div.btnWrap .btnBack a, section.formSec div.btnWrap .btnBack button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #888888;
  color: #fff;
  border: none;
  width: 200px;
  height: 60px;
  line-height: 1;
  border: 1px solid #888888;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s all;
}
section.formSec div.btnWrap .btnBack a:hover, section.formSec div.btnWrap .btnBack button:hover {
  background: #fff;
  color: #888888;
}
section.formSec.confirm div.formFirstNote {
  margin-bottom: 20px;
}
section.formSec.confirm div.btnWrap {
  margin-top: 50px;
}
section.formSec.confirm div.btnWrap .btnBack {
  margin-right: 20px;
}
section.formSec div.checkMark {
  height: 140px;
  margin: 0 auto 50px;
}
section.formSec div.checkMark > p {
  width: 140px;
  height: 140px;
  background: #ff2456;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-animation: cMark 0.3s 1;
          animation: cMark 0.3s 1;
}
section.formSec div.checkMark polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0;
  -webkit-animation: polyline 0.5s 1;
          animation: polyline 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translate(40px, 53px);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes cMark {
  0% {
    border: 70px solid #fff;
    width: 0;
    height: 0;
  }
  100% {
    border: 0 solid #fff;
    width: 140px;
    height: 140px;
  }
}
@keyframes cMark {
  0% {
    border: 70px solid #fff;
    width: 0;
    height: 0;
  }
  100% {
    border: 0 solid #fff;
    width: 140px;
    height: 140px;
  }
}
@-webkit-keyframes polyline {
  0% {
    stroke-dasharray: 0 100;
    stroke-width: 12px;
  }
  100%, to {
    stroke-dasharray: 100 100;
    stroke-width: 12px;
  }
}
@keyframes polyline {
  0% {
    stroke-dasharray: 0 100;
    stroke-width: 12px;
  }
  100%, to {
    stroke-dasharray: 100 100;
    stroke-width: 12px;
  }
}
section.formSec .finishHl {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 50px;
}
section.formSec div.finishNote {
  text-align: center;
}
section.formSec div.finishNote p {
  display: inline-block;
  text-align: left;
}
section.formSec div.finishNote p ~ p {
  margin-top: 1.5em;
}
section.formSec div.finishNote a {
  color: #EC1C24;
}

@media screen and (max-width: 768px) {
  section.formSec {
    padding: 0 0;
    /*----------- CONFIRM ----------------------*/
    /*----------- FINISH ----------------------*/
  }
  section.formSec h2 {
    font-size: 21px;
    text-align: center;
  }
  section.formSec h2 span {
    font-size: 0.9em;
  }
  section.formSec input[type=text], section.formSec textarea {
    width: 100%;
  }
  section.formSec input[type=text], section.formSec input[type=email], section.formSec input[type=tel], section.formSec input[type=password], section.formSec input[type=number] {
    width: 100%;
  }
  section.formSec textarea {
    width: 100%;
    height: 100px;
  }
  section.formSec div.formFirstNote {
    margin-bottom: 25px;
  }
  section.formSec div.formTbl {
    margin: 0 -18px;
  }
  section.formSec div.formTbl th, section.formSec div.formTbl td {
    display: block;
    padding: 15px 18px;
  }
  section.formSec div.formTbl th {
    width: 100%;
  }
  section.formSec div.formTbl td {
    border: none;
  }
  section.formSec div.formTbl ul.checkboxList {
    margin: 0 -10px;
  }
  section.formSec div.formTbl ul.checkboxList li {
    overflow: hidden;
    font-size: 0;
  }
  section.formSec div.formTbl ul.checkboxList li ~ li {
    margin-top: 10px;
  }
  section.formSec div.formTbl ul.checkboxList label {
    font-size: 15px;
    display: inline-flex;
  }
  section.formSec div.formTbl .formNote {
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.6;
  }
  section.formSec div.formTbl h3.tableHl {
    font-size: 15px;
    margin-bottom: 8px;
    padding: 0 18px;
  }
  section.formSec div.formTbl h3.tableHl:nth-of-type(n+2) {
    margin-top: 30px;
  }
  section.formSec div.checkPrivacy {
    margin-top: 20px;
    padding: 0 18px;
  }
  section.formSec div.checkPrivacy > div {
    line-height: 60px;
  }
  section.formSec div.btnWrap {
    flex-direction: column-reverse;
    padding: 0 18px;
    width: calc(100% - 36px);
  }
  section.formSec div.btnWrap .btnSubmit {
    width: 100%;
  }
  section.formSec div.btnWrap .btnSubmit button {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  section.formSec div.btnWrap .btnLink {
    width: 100%;
  }
  section.formSec div.btnWrap .btnLink a {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  section.formSec div.btnWrap .btnBack {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  section.formSec div.btnWrap .btnBack a, section.formSec div.btnWrap .btnBack button {
    font-size: 14px;
    width: 100%;
    height: 50px;
  }
  section.formSec.confirm h2 {
    text-align: center;
  }
  section.formSec.confirm div.formFirstNote {
    margin-bottom: 10px;
  }
  section.formSec.confirm div.formTbl {
    padding: 0 18px;
  }
  section.formSec.confirm div.formTbl th, section.formSec.confirm div.formTbl td {
    padding-right: 0;
    padding-left: 0;
  }
  section.formSec.confirm div.formTbl th {
    background: none;
    border: none;
    color: #888888;
    padding-bottom: 0;
  }
  section.formSec.confirm div.formTbl td {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
  }
  section.formSec.confirm div.formTbl h3.tableHl {
    padding: 0;
    font-size: 16px;
  }
  section.formSec.confirm div.btnWrap {
    margin-top: 40px;
    padding: 0;
  }
  section.formSec.confirm div.btnWrap .btnBack {
    margin-right: 0;
  }
  section.formSec div.checkMark {
    height: 126px;
  }
  section.formSec div.checkMark > p {
    width: 126px;
    height: 126px;
    margin: 0 auto 25px;
    -webkit-animation: cMarkSp 0.3s 1;
            animation: cMarkSp 0.3s 1;
  }
  section.formSec div.checkMark svg {
    transform: scale(0.8);
  }
  section.formSec div.checkMark polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 0;
    -webkit-animation: polylineSp 0.5s 1;
            animation: polylineSp 0.5s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    transform: translate(34px, 52px);
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  @-webkit-keyframes cMarkSp {
    0% {
      border: 63px solid #fff;
      width: 0;
      height: 0;
    }
    100% {
      border: 0 solid #fff;
      width: 126px;
      height: 126px;
    }
  }
  @keyframes cMarkSp {
    0% {
      border: 63px solid #fff;
      width: 0;
      height: 0;
    }
    100% {
      border: 0 solid #fff;
      width: 126px;
      height: 126px;
    }
  }
  @-webkit-keyframes polylineSp {
    0% {
      stroke-dasharray: 0 100;
      stroke-width: 12px;
    }
    100%, to {
      stroke-dasharray: 100 100;
      stroke-width: 12px;
    }
  }
  @keyframes polylineSp {
    0% {
      stroke-dasharray: 0 100;
      stroke-width: 12px;
    }
    100%, to {
      stroke-dasharray: 100 100;
      stroke-width: 12px;
    }
  }
  section.formSec .finishHl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  section.formSec .finishNote {
    padding: 0;
  }
}
/**/
/*# sourceMappingURL=form_layout.css.map */