.fc-red{
  color: #B90000;
}
.cf7-note {
  margin-bottom: 20px;
  font-size: 14px;
}
.place{
  color: #7C7A7A;
  padding-left: 10px;
}
.required {
  color: #fff;
  font-size: 12px;
  margin-left: 6px;
  background: #17A3B2;
  padding: 2px 10px;
}

.cf7-row {
  margin-bottom: 40px;
}

.cf7-row label {
  display: block;
  margin-bottom: 24px;
  font-weight: bold;
  background: #F4F4F4;
  padding: 8px 24px;
}

.cf7-row input,
.cf7-row textarea {
  padding: 6px 10px;
  border: 1px solid #ccc;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.cf7-row textarea{
  width: 100%;
}
.cf7-submit {
  text-align: center;
  margin-top: 40px;
}

.cf7-submit input[type="submit"] {
  background: #007bc7;
  color: #fff;
  padding: 14px 40px;
  border: none;
  cursor: pointer;
}
.wpcf7-submit{
  color: #fff;
  padding: 30px 15px;
  display: block;
  width: 100%;
  max-width: 489px;
  margin: 0 auto;
  background: #0075C2 url(../img/common/ct_aarow.png) no-repeat 96% 50% / 11px 22px;
  border: none;
  font-weight: bold;
  font-size: 20px;
  @media screen and (max-width: 767px) {
    font-size: 16px;
    padding: 20px 15px;
  }
}

/* form-nav */

.progressbar {
  display: flex;
  flex-wrap: wrap;
  margin: 37px 0 40px;
}
.progressbar .item {
  min-height: 49px;
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    line-height: 1.5;
    background: #fff;
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #B4B4B4;
}
.progressbar .item span{
  color: #5A5A5A;
  background: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  margin-right: 3px;
  border: 1px solid #B4B4B4;
  vertical-align: baseline;
  @media screen and (max-width: 767px) {
    width: 20px;
    height: 20px;
  }
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 43px solid transparent;
    border-left: 20px solid #fff;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #B4B4B4;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 13px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #027DC5;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #027DC5;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
.progressbar .item.active span{
  color: #027DC5;
  background: #fff;
  border: none;
}
.policy{
  margin-top: 120px;
  @media screen and (max-width: 767px) {
    margin-top: 60px;
  }
}
.policy_gray{
  background: #F4F4F4;
  padding: 10px;
  margin: 50px 0 20px;
  @media screen and (max-width: 767px) {
    margin: 25px 0 10px;
  }
}
.policy h3{
  margin-bottom: 35px;
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
  }
}
.policy ol{
  margin-left: 27px;
  @media screen and (max-width: 767px) {
    margin-left: 17px;
  }
}
.policy ol li{
  list-style-type: square;
  margin-bottom: 20px;
  &::marker{
    font-size: 24px;
    @media screen and (max-width: 767px) {
      font-size: 20px;
    }
}
}
.msg_ttl {
    border: 1px solid #C1C1C1;
    color: #027DC5;
    font-size: clamp(1.8rem, 2vw, 2rem);
    display: flex;
    align-items: center;
    padding: 1rem 2rem 1rem 5rem;
    position: relative;
    @media screen and (max-width: 767px) {
      font-size: 16px;
    }
    &::before {
        content: '';
        background: #027DC5;
        display: inline-block;
        width: 13px;
        height: 70%;
        left: 20px;
        position: absolute;
    }
}