.fc-red{
  color: #B90000;
}
.cf7-note {
  margin-bottom: 50px;
  font-size: 14px;
  @media screen and (max-width: 767px) {
  	margin-bottom: 30px;
  }
}
.place{
  color: #7C7A7A;
  padding-left: 10px;
}
.required {
  color: #fff;
  font-size: 12px;
  margin-left: 6px;
  background: #17A3B2;
  padding: 2px 10px;
}
.c-mv__title{
  color: #0075C2;
}
.c-mv__title small{
  color: #0075C2;
  font-size: 22px;
  display: block;
  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}
.cf7-row {
  margin-bottom: 40px;
}

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

.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-row input[name="your-address"]{
  width: 100%;
}
.cf7-row input[name="waste-amount"]{
  max-width: 200px;
}
.wpcf7-list-item input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 18px!important;
  height: 18px;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -5px;
}

.wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
select[name="your-pref"] {
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/common/contact-select.png") no-repeat 95% 50% / 16px auto;
  padding-right: 50px;
}
.w170{
  width: 170px!important;
}
.wpcf7-select{
  padding: 10px;
  border: 1px solid #ccc;
}
.cf7-submit {
  text-align: center;
  margin-top: 40px;
}
.wpcf7-checkbox .wpcf7-list-item{
  display: block;
  margin-left: 0;
}
.wpcf7-radio label,
.wpcf7-checkbox label{
  background: none;
  display: inline-block;
  font-weight: normal;
  padding: 0;
}
.wpcf7-radio label input,
.wpcf7-checkbox label input{
  display: inline-block;
  padding: 0;
  width: auto!important;
}
.cf7-submit input[type="submit"] {
  background: #007bc7;
  color: #fff;
  padding: 14px 40px;
  border: none;
  cursor: pointer;
}
.cf7-row .wpcf7-file{
  padding: 0;
  border: none;
  display: block;
  height: 70px;
  line-height: 70px;
  text-overflow: clip;
  width: 100%;
}
::file-selector-button,
::-webkit-file-upload-button {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 40px 0 60px;
  margin-right: 1rem;
  height: 70px;
  background: url(../img/recruit/file-img.png) #F8F8F8 no-repeat 30px 50% / 20px 12px;
}
.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 .msg_ttl{
  margin-bottom: 20px;
}
form hr{
  border: none;
  height: 110px;
  margin: 0;
  @media screen and (max-width: 767px) {
    height: 60px;
  }
}
/* 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: 170px;
  @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;
    }
}
h1 .contact-label span{
  color: #fff;
  font-size: 24px;
  background: #0075C2;
  text-align: center;
  padding: 10px 50px;
  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}