/* ========================================================================
    CONTACT THANKS START
========================================================================== */
.l-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }

.p-base-txt-sm {
  font-size: 1.4rem;
  line-height: 1.57143;
  letter-spacing: 0.1em; }

.m-page-lead-ttl {
  font-size: 3rem;
  line-height: 1.6; }
  .m-page-lead-ttl::after {
    bottom: -20px; }

.m-detail-btn {
  margin-top: 60px; }

.m-detail-btn-rect-link {
  padding: 10px 28px; }

@media screen and (max-width: 767px) {
  .l-content {
    padding: 0 5.33333vw; }

  .p-base-txt-sm {
    font-size: 3.73333vw; }

  .m-page-lead-ttl {
    font-size: 4.26667vw; }
    .m-page-lead-ttl::after {
      bottom: -2.66667vw; }

  .m-detail-btn {
    margin-top: 16vw; }

  .m-detail-btn-rect-link {
    padding: 2.66667vw 7.46667vw; } }
/* ========================================================================
    CONTACT THANKS FORM START
========================================================================== */
.p-contact-form {
  padding: 40px 0 100px;
  /*background: #000;*/
  background: #1b1b1b; }

.p-contact-form-ttl {
  margin-bottom: 50px; }

.p-contact-form-lead-txt {
  color: #fff;
  text-align: center;
  margin-top: 25px; }

.p-contact-form-txt-s {
  font-size: 1.4rem;
  line-height: 1.28571;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-top: 25px; }

.p-contact-progress-list {
  display: table;
  width: 100%;
  overflow: hidden;
  margin-top: 30px; }

.p-contact-progress-item {
  display: table-cell;
  color: #3A3A3A;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  background: #fff;
  text-align: center;
  padding: 10px 0.1em 10px 1em;
  position: relative;
  width: 33%; }

.p-contact-progress-item:not(:last-child) {
  border-right: 0; }

.p-contact-progress-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: -1px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 21px 0 21px 1em;
  z-index: 11; }

.p-contact-progress-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: -3px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 23px 0 23px 1.1em;
  z-index: 10; }

.p-contact-progress-item.is-current {
  background: #E7763A;
  color: #fff;
  font-weight: 400; }

.p-contact-progress-item.is-current::before {
  top: -3px;
  right: -1em;
  border-width: 23px 0 23px 1.1em;
  border-color: transparent transparent transparent #000; }

.p-contact-progress-item.is-current::after {
  z-index: 11;
  top: -1px;
  right: -0.8em;
  border-width: 21px 0 21px 1em;
  border-color: transparent transparent transparent #E7763A; }

.p-contact-progress-item:last-child::before,
.p-contact-progress-item:last-child::after {
  display: none; }

.p-contact-form-catch {
  font-size: 1.8rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-top: 85px; }

@media screen and (max-width: 767px) {
  /* ========================================================================
    CONTACT THANKS FORM START
  ========================================================================== */
  .p-contact-form {
    padding: 8vw 0 21.33333vw; }

  .p-contact-form-ttl {
    margin-bottom: 8vw; }

  .p-contact-form-lead-txt {
    margin-top: 6.66667vw;
    text-align: left; }

  .p-contact-form-txt-s {
    font-size: 3.73333vw;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 10.66667vw; }

  .p-contact-progress-list {
    margin-top: 5.33333vw; }

  .p-contact-progress-item {
    font-size: 4vw;
    padding: 4vw 0.1em 4vw 1em; }

  .p-contact-progress-item::before {
    top: -0.8vw;
    right: -1.3em;
    border-width: 7.46667vw 0 7.46667vw 1.4em; }

  .p-contact-progress-item::after {
    top: -0.8vw;
    right: -1.5em;
    border-width: 7.46667vw 0 7.46667vw 1.4em; }

  .p-contact-progress-item.is-current::before {
    top: -0.8vw;
    right: -1.5em;
    border-width: 7.46667vw 0 7.46667vw 1.4em; }

  .p-contact-progress-item.is-current::after {
    top: -0.8vw;
    right: -1.3em;
    border-width: 7.46667vw 0 7.46667vw 1.4em; }

  .p-contact-form-catch {
    font-size: 4vw;
    margin-top: 9.33333vw; } }
